Public Member Functions | |
GlobalCutOff () | |
GlobalCutOff (double c) | |
~GlobalCutOff () | |
void | setCutOff (double cutoff) |
double | getCutOff () const |
Private Member Functions | |
GlobalCutOff (const GlobalCutOff &) | |
Private Attributes | |
double | cutoff_ |
Definition at line 53 of file CouenneProblem.hpp.
CouenneProblem::GlobalCutOff::GlobalCutOff | ( | const GlobalCutOff & | ) | [private] |
CouenneProblem::GlobalCutOff::GlobalCutOff | ( | ) | [inline] |
Definition at line 58 of file CouenneProblem.hpp.
CouenneProblem::GlobalCutOff::GlobalCutOff | ( | double | c | ) | [inline] |
Definition at line 59 of file CouenneProblem.hpp.
CouenneProblem::GlobalCutOff::~GlobalCutOff | ( | ) | [inline] |
Definition at line 60 of file CouenneProblem.hpp.
void CouenneProblem::GlobalCutOff::setCutOff | ( | double | cutoff | ) | [inline] |
double CouenneProblem::GlobalCutOff::getCutOff | ( | ) | const [inline] |
double CouenneProblem::GlobalCutOff::cutoff_ [private] |