#include <orthocut.hpp>
#include <CglCutGenerator.hpp>
#include <OsiSolverInterface.hpp>
#include <dsyevx_wrapper.hpp>
#include <tracer.hpp>
#include <misc_util.hpp>
Include dependency graph for orthocut.cpp:
Go to the source code of this file.
Functions | |
void | orthoCutGen (const double *sol, int n, OsiCuts &cs, double *z, double *w, int m, Tracer *tracer) |
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().