Bonmin  1.7
Public Member Functions
BonRandomChoice Class Reference

#include <BonRandomChoice.hpp>

List of all members.

Public Member Functions

 BonRandomChoice ()
 Default constructor.
 BonRandomChoice (const OsiSolverInterface *solver)
 BonRandomChoice (const BonRandomChoice &other)
BonRandomChoiceoperator= (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)

Detailed Description

Definition at line 17 of file BonRandomChoice.hpp.


Constructor & Destructor Documentation

BonRandomChoice::BonRandomChoice ( ) [inline]

Default constructor.

Definition at line 20 of file BonRandomChoice.hpp.

Referenced by clone().

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file: