Go to the documentation of this file.
    6 #ifndef CbcCompareUser_H 
    7 #define CbcCompareUser_H 
   42     double objectiveAtContinuous,
 
   43     int numberInfeasibilitiesAtContinuous);
 
  
virtual CbcCompareBase * clone() const
Clone.
 
virtual bool newSolution(CbcModel *model, double objectiveAtContinuous, int numberInfeasibilitiesAtContinuous)
Reconsider behaviour after discovering a new solution.
 
void setWeight(double weight)
 
Simple Branch and bound class.
 
virtual bool alternateTest(CbcNode *x, CbcNode *y)
This is alternate test function.
 
Information required while the node is live.
 
virtual bool every1000Nodes(CbcModel *model, int numberNodes)
 
virtual bool test(CbcNode *x, CbcNode *y)
This is test function.
 
CbcCompareUser & operator=(const CbcCompareUser &rhs)
 
virtual bool fullScan() const
Returns true if wants code to do scan with alternate criterion.