CbcHeuristicDiveVectorLength Class Reference

DiveVectorLength class. More...

#include <CbcHeuristicDiveVectorLength.hpp>

Inheritance diagram for CbcHeuristicDiveVectorLength:

Inheritance graph
[legend]
Collaboration diagram for CbcHeuristicDiveVectorLength:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CbcHeuristicDiveVectorLength ()
 CbcHeuristicDiveVectorLength (CbcModel &model)
 CbcHeuristicDiveVectorLength (const CbcHeuristicDiveVectorLength &)
 ~CbcHeuristicDiveVectorLength ()
virtual CbcHeuristicDiveVectorLengthclone () const
 Clone.
CbcHeuristicDiveVectorLengthoperator= (const CbcHeuristicDiveVectorLength &rhs)
 Assignment operator.
virtual void generateCpp (FILE *fp)
 Create C++ lines to get to current state.
virtual bool selectVariableToBranch (OsiSolverInterface *solver, const double *newSolution, int &bestColumn, int &bestRound)
 Returns true if all the fractional variables can be trivially rounded.

Detailed Description

DiveVectorLength class.

Definition at line 14 of file CbcHeuristicDiveVectorLength.hpp.


Constructor & Destructor Documentation

CbcHeuristicDiveVectorLength::CbcHeuristicDiveVectorLength (  ) 

CbcHeuristicDiveVectorLength::CbcHeuristicDiveVectorLength ( CbcModel model  ) 

CbcHeuristicDiveVectorLength::CbcHeuristicDiveVectorLength ( const CbcHeuristicDiveVectorLength  ) 

CbcHeuristicDiveVectorLength::~CbcHeuristicDiveVectorLength (  ) 


Member Function Documentation

virtual CbcHeuristicDiveVectorLength* CbcHeuristicDiveVectorLength::clone (  )  const [virtual]

Clone.

Implements CbcHeuristicDive.

CbcHeuristicDiveVectorLength& CbcHeuristicDiveVectorLength::operator= ( const CbcHeuristicDiveVectorLength rhs  ) 

Assignment operator.

virtual void CbcHeuristicDiveVectorLength::generateCpp ( FILE *  fp  )  [virtual]

Create C++ lines to get to current state.

Reimplemented from CbcHeuristicDive.

virtual bool CbcHeuristicDiveVectorLength::selectVariableToBranch ( OsiSolverInterface solver,
const double *  newSolution,
int &  bestColumn,
int &  bestRound 
) [virtual]

Returns true if all the fractional variables can be trivially rounded.

Returns false, if there is at least one fractional variable that is not trivially roundable. In this case, the bestColumn returned will not be trivially roundable.

Implements CbcHeuristicDive.


The documentation for this class was generated from the following file:
Generated on Sun Oct 23 03:10:49 2011 for Cbc by  doxygen 1.4.7