Functions | |
void | moduleGuard::InitBounds (double _lower=-InfFloat, double _upper=InfFloat) const throw () |
void | moduleGuard::SetBounds (double _lower, double _upper) const throw (ERRejected) |
void | moduleGuard::SetLowerBound (double _lower) const throw (ERRejected) |
void | moduleGuard::SetUpperBound (double _upper) const throw (ERRejected) |
double | moduleGuard::LowerBound () const throw () |
double | moduleGuard::UpperBound () const throw () |
|
Initialize the optimization bounds.
|
|
Retrieve the current lower optimization bound.
|
|
Tighten the optimization bounds.
If goblinController::logGaps is set, this method logs the new duality gap. |
|
Improve the lower optimization bounds.
|
|
Improve the upper optimization bounds.
|
|
Retrieve the current upper optimization bound.
|