#include <CouenneMultiVarProbe.hpp>
Public Member Functions | |
CouenneMultiVarProbe (CouenneSetup *couenne, const Ipopt::SmartPtr< Ipopt::OptionsList > options) | |
Constructor. More... | |
CouenneMultiVarProbe (const CouenneMultiVarProbe &rhs) | |
Copy constructor. More... | |
~CouenneMultiVarProbe () | |
Destructor. More... | |
CouenneMultiVarProbe * | clone () const |
Clone method (necessary for the abstract CglCutGenerator class) More... | |
void | generateCuts (const OsiSolverInterface &solver, OsiCuts &cuts, const CglTreeInfo=CglTreeInfo()) const |
The main CglCutGenerator; not implemented yet. More... | |
Protected Attributes | |
CouenneSetup * | couenne_ |
Pointer to the CouenneProblem representation. More... | |
int | numCols_ |
Number of columns (want to have this handy) More... | |
double | maxTime_ |
Maximum time to probe one variable. More... | |
Definition at line 25 of file CouenneMultiVarProbe.hpp.
Couenne::CouenneMultiVarProbe::CouenneMultiVarProbe | ( | CouenneSetup * | couenne, |
const Ipopt::SmartPtr< Ipopt::OptionsList > | options | ||
) |
Constructor.
Couenne::CouenneMultiVarProbe::CouenneMultiVarProbe | ( | const CouenneMultiVarProbe & | rhs | ) |
Copy constructor.
Couenne::CouenneMultiVarProbe::~CouenneMultiVarProbe | ( | ) |
Destructor.
|
inline |
Clone method (necessary for the abstract CglCutGenerator class)
Definition at line 40 of file CouenneMultiVarProbe.hpp.
void Couenne::CouenneMultiVarProbe::generateCuts | ( | const OsiSolverInterface & | solver, |
OsiCuts & | cuts, | ||
const CglTreeInfo | = CglTreeInfo() |
||
) | const |
The main CglCutGenerator; not implemented yet.
|
protected |
Pointer to the CouenneProblem representation.
Definition at line 51 of file CouenneMultiVarProbe.hpp.
|
protected |
Number of columns (want to have this handy)
Definition at line 54 of file CouenneMultiVarProbe.hpp.
|
protected |
Maximum time to probe one variable.
Definition at line 57 of file CouenneMultiVarProbe.hpp.