#include <BonChooseVariable.hpp>
|
| HotInfo () |
| Default constructor.
|
|
| HotInfo (OsiSolverInterface *solver, const OsiBranchingInformation *info, const OsiObject *const *objects, int whichObject) |
| Constructor from usefull information.
|
|
| HotInfo (const HotInfo &other) |
| Copy constructor.
|
|
HotInfo & | operator= (const HotInfo &rhs) |
| Assignment operator.
|
|
virtual OsiHotInfo * | clone () const |
| Clone.
|
|
virtual | ~HotInfo () |
| Destructor.
|
|
int | updateInformation (const OsiSolverInterface *solver, const OsiBranchingInformation *info, OsiChooseVariable *choose) |
| Fill in some usefull information after a strong branching is done:
|
|
double | upInfeasibility () const |
| up infeasibility
|
|
double | downInfeasibility () const |
| down infeasibility
|
|
void | setUpInfeasibility (double x) |
| Set the down infeasibility.
|
|
void | setDownInfeasibility (double x) |
| Set the down infeasibility.
|
|
| OsiHotInfo () |
|
| OsiHotInfo (OsiSolverInterface *solver, const OsiBranchingInformation *info, const OsiObject *const *objects, int whichObject) |
|
| OsiHotInfo (const OsiHotInfo &) |
|
OsiHotInfo & | operator= (const OsiHotInfo &rhs) |
|
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: