#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 | chooseVariable (OsiSolverInterface *solver, OsiBranchingInformation *info, bool fixVariables) |
Definition at line 15 of file BonRandomChoice.hpp.
BonRandomChoice::BonRandomChoice | ( | ) | [inline] |
BonRandomChoice::BonRandomChoice | ( | const OsiSolverInterface * | solver | ) | [inline] |
Definition at line 22 of file BonRandomChoice.hpp.
BonRandomChoice::BonRandomChoice | ( | const BonRandomChoice & | other | ) | [inline] |
Definition at line 27 of file BonRandomChoice.hpp.
virtual BonRandomChoice::~BonRandomChoice | ( | ) | [inline, virtual] |
BonRandomChoice& BonRandomChoice::operator= | ( | const BonRandomChoice & | rhs | ) | [inline] |
Definition at line 32 of file BonRandomChoice.hpp.
virtual OsiChooseVariable* BonRandomChoice::clone | ( | ) | const [inline, virtual] |
virtual int BonRandomChoice::chooseVariable | ( | OsiSolverInterface * | solver, | |
OsiBranchingInformation * | info, | |||
bool | fixVariables | |||
) | [inline, virtual] |
Definition at line 46 of file BonRandomChoice.hpp.