#include <math.h>
#include <assert.h>
#include "CouenneExprUnary.hpp"
#include "CouenneExprConst.hpp"
Go to the source code of this file.
|
| | Couenne |
| | general include file for different compilers
|
| |
|
| CouNumber | Couenne::modulo (register CouNumber a, register CouNumber b) |
| | normalize angle within [0,b] (typically, pi or 2pi) More...
|
| |
| CouNumber | Couenne::trigSelBranch (const CouenneObject *obj, const OsiBranchingInformation *info, expression *&var, double *&brpts, double *&brDist, int &way, enum cou_trig type) |
| | generalized procedure for both sine and cosine More...
|
| |
| bool | Couenne::trigImpliedBound (enum cou_trig, int, int, CouNumber *, CouNumber *, t_chg_bounds *) |
| | generalized implied bound procedure for sine/cosine More...
|
| |