#include <math.h>
#include "CouenneCutGenerator.hpp"
#include "OsiSolverInterface.hpp"
#include "CouenneTypes.hpp"
#include "CouenneProblem.hpp"
#include "CouenneExprSin.hpp"
#include "CouenneExprCos.hpp"
#include "CouenneExprAux.hpp"
Go to the source code of this file.
|
| | Couenne |
| | general include file for different compilers
|
| |
|
| #define | M_PI 3.14159265358979323846 |
| |
| #define | M_PI_2 1.57079632679489661923 |
| |
| #define | NEW_TRIG |
| |
|
| int | Couenne::trigEnvelope (const CouenneCutGenerator *, OsiCuts &, expression *, expression *, enum cou_trig) |
| | convex cuts for sine or cosine More...
|
| |
| int | Couenne::bayEnvelope (const CouenneCutGenerator *, OsiCuts &, int, int, CouNumber, CouNumber, CouNumber, bool &, bool &) |
| | restrict to quarter of the interval [0,2pi] More...
|
| |
| #define M_PI 3.14159265358979323846 |
| #define M_PI_2 1.57079632679489661923 |