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