Array< int64_t > time_
The CPU time in seconds, when the entry in the table was made.
Array< double > dualBound_
The array storing the value of the best dual solution.
Master * master_
A pointer to corresponding master of the optimization.
Array< double > primalBound_
The array storing the value of the best primal solution.
History(Master *master)
Creates a history table with 100 possible entries.
int size() const
Returns the length of the history table.
int n_
The number of entries in the history table.