#include "CouenneCutGenerator.hpp"#include "CouenneProblem.hpp"#include "exprAux.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 20 of file drawCuts.cpp.
References COU_EXPRCOS, COU_EXPREXP, COU_EXPRLOG, COU_EXPRPOW, COU_EXPRSIN, COUENNE_EPS, COUENNE_INFINITY, N_STEPS, and x.
Referenced by exprAux::generateCuts().
1.4.7