#include <CouenneGlobalCutOff.hpp>
Public Member Functions | |
GlobalCutOff () | |
GlobalCutOff (double c, const double *s=NULL, int n=0) | |
~GlobalCutOff () | |
void | setCutOff (const CouenneProblem *p, double cutoff, const double *s=NULL) |
double | getCutOff () const |
double * | getCutOffSol () const |
Private Member Functions | |
GlobalCutOff (const GlobalCutOff &) | |
Private Attributes | |
double | cutoff_ |
Value of the best solution. More... | |
double * | sol_ |
Best solution. More... | |
int | size_ |
Size of the vector stored in sol (should be #var of reformulation) More... | |
bool | valid_ |
Stored solution corresponds to cutoff. More... | |
Definition at line 19 of file CouenneGlobalCutOff.hpp.
|
private |
GlobalCutOff::GlobalCutOff | ( | ) |
Definition at line 19 of file CouenneGlobalCutOff.cpp.
GlobalCutOff::GlobalCutOff | ( | double | c, |
const double * | s = NULL , |
||
int | n = 0 |
||
) |
Definition at line 25 of file CouenneGlobalCutOff.cpp.
GlobalCutOff::~GlobalCutOff | ( | ) |
Definition at line 38 of file CouenneGlobalCutOff.cpp.
void GlobalCutOff::setCutOff | ( | const CouenneProblem * | p, |
double | cutoff, | ||
const double * | s = NULL |
||
) |
Definition at line 42 of file CouenneGlobalCutOff.cpp.
|
inline |
Definition at line 38 of file CouenneGlobalCutOff.hpp.
|
inline |
Definition at line 39 of file CouenneGlobalCutOff.hpp.
|
private |
Value of the best solution.
Definition at line 25 of file CouenneGlobalCutOff.hpp.
|
private |
Best solution.
Definition at line 26 of file CouenneGlobalCutOff.hpp.
|
private |
Size of the vector stored in sol (should be #var of reformulation)
Definition at line 27 of file CouenneGlobalCutOff.hpp.
|
private |
Stored solution corresponds to cutoff.
Definition at line 28 of file CouenneGlobalCutOff.hpp.