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