#include "CouenneExprOp.hpp"
#include "CouennePrecisions.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Couenne |
Classes | |
class | Couenne::exprDiv |
class for divisions, ![]() | |
Defines | |
#define | BR_NEXT_ZERO 1e-3 |
#define | BR_MULT 1e-3 |
#define | SAFE_COEFFICIENT 1e9 |
Functions | |
bool | Couenne::is_boundbox_regular (register CouNumber b1, register CouNumber b2) |
check if bounding box is suitable for a multiplication/division convexification constraint |
#define BR_NEXT_ZERO 1e-3 |
Definition at line 19 of file CouenneExprDiv.hpp.
#define BR_MULT 1e-3 |
Definition at line 20 of file CouenneExprDiv.hpp.
#define SAFE_COEFFICIENT 1e9 |