Public Member Functions | List of all members
BonRandomChoice Class Reference

#include <BonRandomChoice.hpp>

Inheritance diagram for BonRandomChoice:
Inheritance graph
[legend]
Collaboration diagram for BonRandomChoice:
Collaboration graph
[legend]

Public Member Functions

 BonRandomChoice ()
 Default constructor. More...
 
 BonRandomChoice (const OsiSolverInterface *solver)
 
 BonRandomChoice (const BonRandomChoice &other)
 
BonRandomChoiceoperator= (const BonRandomChoice &rhs)
 
virtual OsiChooseVariable * clone () const
 
virtual ~BonRandomChoice ()
 Destructor. More...
 
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. More...
 
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.

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 ( )
inlinevirtual

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
inlinevirtual

Definition at line 40 of file BonRandomChoice.hpp.

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.

Definition at line 13 of file BonRandomChoice.cpp.

virtual int BonRandomChoice::chooseVariable ( OsiSolverInterface *  solver,
OsiBranchingInformation *  info,
bool  fixVariables 
)
inlinevirtual

Definition at line 52 of file BonRandomChoice.hpp.


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