#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneExprAux.hpp"
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 |
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.