Couenne 0.5.8
|
#include "CouenneExprOp.hpp"
Go to the source code of this file.
Classes | |
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... | |
Namespaces | |
namespace | Couenne |
general include file for different compilers | |
Functions | |
static CouNumber | Couenne::safeDiv (register CouNumber a, register CouNumber b, int sign) |
division that avoids NaN's and considers a sign when returning infinity | |