Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

CbcChooseVariable Class Reference

#include <CbcCompareBase.hpp>

List of all members.

Public Member Functions

 CbcChooseVariable ()
virtual ~CbcChooseVariable ()
virtual int chosen (const CbcModel *model, int numberToLookAt, const int *which, const double *downMovement, const double *upMovement, const double *solution, int &way, double &value)=0
 If strong branching, then only those passed in (and movement is that length) .


Constructor & Destructor Documentation

CbcChooseVariable::CbcChooseVariable  )  [inline]
 

Definition at line 101 of file CbcCompareBase.hpp.

virtual CbcChooseVariable::~CbcChooseVariable  )  [inline, virtual]
 

Definition at line 103 of file CbcCompareBase.hpp.


Member Function Documentation

virtual int CbcChooseVariable::chosen const CbcModel model,
int  numberToLookAt,
const int *  which,
const double *  downMovement,
const double *  upMovement,
const double *  solution,
int &  way,
double &  value
[pure virtual]
 

If strong branching, then only those passed in (and movement is that length) .

If not strong branching then all passed in and ignore movement. Returns which one chosen (or -1 if none). way should be +1 if branching up, -1 if down


The documentation for this class was generated from the following file:
Generated on Sun Jun 11 02:01:17 2006 by  doxygen 1.3.9.1