Go to the source code of this file.
|
| class | Couenne::exprLBDiv |
| | class to compute lower bound of a fraction based on the bounds of both numerator and denominator More...
|
| |
| class | Couenne::exprUBDiv |
| | class to compute upper bound of a fraction based on the bounds of both numerator and denominator More...
|
| |
|
| | Couenne |
| | general include file for different compilers
|
| |
|
| static CouNumber | Couenne::safeDiv (register CouNumber a, register CouNumber b, int sign) |
| | division that avoids NaN's and considers a sign when returning infinity More...
|
| |