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