#include <CglCutGenerator.hpp>
#include <tracer.hpp>
Include dependency graph for rlt_cuts.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | rltCutsGen (const double *sol, int n, OsiCuts &cs, double *lb, double *ub, int m, Tracer *tracer) |
TODO: missing calls to Tracer. |
void rltCutsGen | ( | const double * | sol, | |
int | n, | |||
OsiCuts & | cs, | |||
double * | lb, | |||
double * | ub, | |||
int | m, | |||
Tracer * | tracer | |||
) |
TODO: missing calls to Tracer.
Definition at line 24 of file rlt_cuts.cpp.
References createCut(), indexQ, and RLT_CUTS_TOL.
Referenced by CutGen::generateCuts().