#include <iostream>#include "exprVar.hpp"Include dependency graph for exprAux.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | exprAux |
| Auxiliary variable. More... | |
| struct | compExpr |
| Structure for comparing expressions. More... | |
Functions | |
| void | draw_cuts (OsiCuts &, const CouenneCutGenerator *, int, expression *, expression *) |
| allow to draw function within intervals and cuts introduced | |
| void draw_cuts | ( | OsiCuts & | , | |
| const CouenneCutGenerator * | , | |||
| int | , | |||
| expression * | , | |||
| expression * | ||||
| ) |
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