32 void print(
const int *sequenceLookup = NULL)
const;
49 inline int way()
const
Simple Branch and bound class.
Information required while the node is live.
CbcStatistics(const CbcStatistics &rhs)
int startingInfeasibility_
starting number of integer infeasibilities
int numberIterations_
number of iterations
void print(const int *sequenceLookup=NULL) const
CbcStatistics & operator=(const CbcStatistics &rhs)
int sequence_
sequence number branched on
void endOfBranch(int numberIterations, double objectiveValue)
double endingObjective_
Ending objective.
void updateInfeasibility(int numberInfeasibilities)
double startingObjective() const
double startingObjective_
Starting objective.
CbcStatistics(CbcNode *node, CbcModel *model)
int way_
way -1 or +1 is first branch -10 or +10 is second branch
double endingObjective() const
int numberIterations() const
int startingInfeasibility() const
int endingInfeasibility_
ending number of integer infeasibilities
int endingInfeasibility() const