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