#include <CglCutGenerator.hpp>
#include <OsiSolverInterface.hpp>
#include <tracer.hpp>
#include <misc_util.hpp>
Include dependency graph for orthocut.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | indexQ(i, j, n) ((n) + (i) * (2*(n)-1-(i)) / 2 + (j)) |
Functions | |
void | orthoCutGen (const double *sol, int n, OsiCuts &cs, double *z, double *w, int m, Tracer *tracer) |
Definition at line 18 of file orthocut.hpp.
void orthoCutGen | ( | const double * | sol, | |
int | n, | |||
OsiCuts & | cs, | |||
double * | z, | |||
double * | w, | |||
int | m, | |||
Tracer * | tracer | |||
) |
Definition at line 18 of file orthocut.cpp.
References indexQ, k, np, Tracer::setOrthocutTime(), Tracer::setOrthocutTotalCuts(), Timer::start(), and Timer::time().
Referenced by CutGen::generateCuts().