Bonmin
1.7
|
#include <BonRandomChoice.hpp>
Public Member Functions | |
BonRandomChoice () | |
Default constructor. | |
BonRandomChoice (const OsiSolverInterface *solver) | |
BonRandomChoice (const BonRandomChoice &other) | |
BonRandomChoice & | operator= (const BonRandomChoice &rhs) |
virtual OsiChooseVariable * | clone () const |
virtual | ~BonRandomChoice () |
Destructor. | |
virtual int | setupList (OsiBranchingInformation *info, bool initialize) |
Own version of setupList since Osi version is broken and what we want to do here is anyway much simpler. | |
virtual int | chooseVariable (OsiSolverInterface *solver, OsiBranchingInformation *info, bool fixVariables) |
Definition at line 17 of file BonRandomChoice.hpp.
BonRandomChoice::BonRandomChoice | ( | ) | [inline] |
BonRandomChoice::BonRandomChoice | ( | const OsiSolverInterface * | solver | ) | [inline] |
Definition at line 24 of file BonRandomChoice.hpp.
BonRandomChoice::BonRandomChoice | ( | const BonRandomChoice & | other | ) | [inline] |
Definition at line 29 of file BonRandomChoice.hpp.
virtual BonRandomChoice::~BonRandomChoice | ( | ) | [inline, virtual] |
Destructor.
Definition at line 45 of file BonRandomChoice.hpp.
BonRandomChoice& BonRandomChoice::operator= | ( | const BonRandomChoice & | rhs | ) | [inline] |
Definition at line 34 of file BonRandomChoice.hpp.
virtual OsiChooseVariable* BonRandomChoice::clone | ( | ) | const [inline, virtual] |
Definition at line 40 of file BonRandomChoice.hpp.
References BonRandomChoice().
virtual int BonRandomChoice::setupList | ( | OsiBranchingInformation * | info, |
bool | initialize | ||
) | [virtual] |
Own version of setupList since Osi version is broken and what we want to do here is anyway much simpler.
virtual int BonRandomChoice::chooseVariable | ( | OsiSolverInterface * | solver, |
OsiBranchingInformation * | info, | ||
bool | fixVariables | ||
) | [inline, virtual] |
Definition at line 52 of file BonRandomChoice.hpp.