#include <BonChooseVariable.hpp>
|
| | HotInfo () |
| | Default constructor. More...
|
| |
| | HotInfo (OsiSolverInterface *solver, const OsiBranchingInformation *info, const OsiObject *const *objects, int whichObject) |
| | Constructor from usefull information. More...
|
| |
| | HotInfo (const HotInfo &other) |
| | Copy constructor. More...
|
| |
| HotInfo & | operator= (const HotInfo &rhs) |
| | Assignment operator. More...
|
| |
| virtual OsiHotInfo * | clone () const |
| | Clone. More...
|
| |
| virtual | ~HotInfo () |
| | Destructor. More...
|
| |
| int | updateInformation (const OsiSolverInterface *solver, const OsiBranchingInformation *info, OsiChooseVariable *choose) |
| | Fill in some usefull information after a strong branching is done: More...
|
| |
| double | upInfeasibility () const |
| | up infeasibility More...
|
| |
| double | downInfeasibility () const |
| | down infeasibility More...
|
| |
| void | setUpInfeasibility (double x) |
| | Set the down infeasibility. More...
|
| |
| void | setDownInfeasibility (double x) |
| | Set the down infeasibility. More...
|
| |
| | OsiHotInfo () |
| |
| | OsiHotInfo (OsiSolverInterface *solver, const OsiBranchingInformation *info, const OsiObject *const *objects, int whichObject) |
| |
| | OsiHotInfo (const OsiHotInfo &) |
| |
| OsiHotInfo & | operator= (const OsiHotInfo &rhs) |
| |
| virtual OsiHotInfo * | clone () const |
| |
| virtual | ~OsiHotInfo () |
| |
| int | updateInformation (const OsiSolverInterface *solver, const OsiBranchingInformation *info, OsiChooseVariable *choose) |
| |
| double | originalObjectiveValue () const |
| |
| double | upChange () const |
| |
| double | downChange () const |
| |
| void | setUpChange (double value) |
| |
| void | setDownChange (double value) |
| |
| double | change (int k) const |
| |
| int | upIterationCount () const |
| |
| int | downIterationCount () const |
| |
| int | iterationCount (int k) const |
| |
| int | upStatus () const |
| |
| int | downStatus () const |
| |
| void | setUpStatus (int value) |
| |
| void | setDownStatus (int value) |
| |
| int | status (int k) const |
| |
| OsiBranchingObject * | branchingObject () const |
| |
| int | whichObject () const |
| |
Definition at line 21 of file BonChooseVariable.hpp.
◆ HotInfo() [1/3]
| Bonmin::HotInfo::HotInfo |
( |
| ) |
|
◆ HotInfo() [2/3]
Constructor from usefull information.
◆ HotInfo() [3/3]
| Bonmin::HotInfo::HotInfo |
( |
const HotInfo & |
other | ) |
|
◆ ~HotInfo()
| virtual Bonmin::HotInfo::~HotInfo |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ clone()
| virtual OsiHotInfo * Bonmin::HotInfo::clone |
( |
| ) |
const |
|
virtual |
◆ updateInformation()
Fill in some usefull information after a strong branching is done:
◆ upInfeasibility()
| double Bonmin::HotInfo::upInfeasibility |
( |
| ) |
const |
|
inline |
◆ downInfeasibility()
| double Bonmin::HotInfo::downInfeasibility |
( |
| ) |
const |
|
inline |
◆ setUpInfeasibility()
| void Bonmin::HotInfo::setUpInfeasibility |
( |
double |
x | ) |
|
|
inline |
◆ setDownInfeasibility()
| void Bonmin::HotInfo::setDownInfeasibility |
( |
double |
x | ) |
|
|
inline |
The documentation for this class was generated from the following file: