Array< double > dualBound_
The array storing the value of the best dual solution.
Array< int64_t > time_
The CPU time in seconds, when the entry in the table was made.
Array< double > primalBound_
The array storing the value of the best primal solution.
Master * master_
A pointer to corresponding master of the optimization.
void update()
Adds an additional line to the history table.
void realloc()
The function realloc() enlarges the history table by 100 components.
History(Master *master)
Creates a history table with 100 possible entries.
int n_
The number of entries in the history table.
friend std::ostream & operator<<(std::ostream &out, const History &rhs)
The output operator.
int size() const
Returns the length of the history table.