59 virtual int fathom(
double *& newSolution) = 0;
79 #include "OsiClpSolverInterface.hpp" 100 virtual OsiSolverInterface *
clone(
bool copyData =
true)
const;
116 inline void setCbcModel(
CbcModel * model) {
virtual void resetModel(CbcModel *model)=0
Resets stuff if model changes.
This is for codes where solver needs to know about CbcModel Seems to provide only one value-added fea...
virtual int fathom(double *&newSolution)=0
returns 0 if no fathoming attempted, 1 fully fathomed, 2 incomplete search, 3 incomplete search but t...
bool possible_
Possible - if this method of fathoming can be used.
CbcModel * cbcModel() const
Return Cbc Model.
virtual void setModel(CbcModel *model)
update model (This is needed if cliques update matrix etc)
Simple Branch and bound class.
virtual CbcFathom * clone() const =0
Clone.