11 #ifndef BonminCbcNode_H
12 #define BonminCbcNode_H
14 #include "CbcNode.hpp"
46 virtual CbcNodeInfo *
clone()
const;
94 int numberChangedBounds,
const int * variables,
95 const double * boundChanges,
96 const CoinWarmStartDiff *basisDiff) ;
105 virtual CbcNodeInfo *
clone()
const;
int getSequenceOfUnsolvedSize()
Number of consecutive unsolved parents only recorded if node is infeasible.
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
Register all the options for class instance.
int sequenceOfUnsolvedSize_
Number of consecutive unsolved parents only recorded if node is infeasible.
int sequenceOfInfeasiblesSize_
Number of consecutive infeasible parents only recorded if node is infeasible.
Holds information for recreating a subproblem by incremental change from the parent for...
int getSequenceOfInfeasiblesSize()
Number of consecutive infeasible parents only recorded if node is infeasible.
virtual void allBranchesGone()
Method called when all direct sons have been explored to flush useless warm start information...
int sequenceOfUnsolvedSize_
Number of consecutive unsolved parents only recorded if node is infeasible.
int getSequenceOfInfeasiblesSize()
Number of consecutive infeasible parents only recorded if node is infeasible.
virtual void allBranchesGone()
Method called when all direct sons have been explored to flush useless warm start information...
int getSequenceOfUnsolvedSize()
Number of consecutive unsolved parents only recorded if node is infeasible.
BonCbcFullNodeInfo & operator=(const BonCbcFullNodeInfo &rhs)
Illegal Assignment operator.
virtual CbcNodeInfo * clone() const
Clone.
BonCbcPartialNodeInfo & operator=(const Bonmin::BonCbcPartialNodeInfo &rhs)
Illegal Assignment operator.
Holds information for recreating a subproblem by incremental change from the parent for Bonmin...
virtual CbcNodeInfo * clone() const
Clone.
int sequenceOfInfeasiblesSize_
Number of consecutive infeasible parents only recorded if node is infeasible.