#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneExprAux.hpp"
Include dependency graph for drawCuts.cpp:
Go to the source code of this file.
Defines | |
#define | N_STEPS 100 |
Functions | |
void | draw_cuts (OsiCuts &cs, const CouenneCutGenerator *cg, int j, expression *w, expression *img) |
allow to draw function within intervals and cuts introduced |
#define N_STEPS 100 |
Referenced by draw_cuts().
void draw_cuts | ( | OsiCuts & | cs, | |
const CouenneCutGenerator * | cg, | |||
int | j, | |||
expression * | w, | |||
expression * | img | |||
) |
allow to draw function within intervals and cuts introduced
Definition at line 21 of file drawCuts.cpp.
References Couenne::COU_EXPRCOS, Couenne::COU_EXPREXP, Couenne::COU_EXPRLOG, Couenne::COU_EXPRPOW, Couenne::COU_EXPRSIN, COUENNE_EPS, COUENNE_INFINITY, N_STEPS, and x.
Referenced by Couenne::exprAux::generateCuts().