|
|
delpi
0.0.1
DElta-complete LP solver
|
Collection of statistics for the LP solver. More...
#include <LpStats.h>
Public Attributes | |
| IterationStats | solver_stats |
| Time spent in the solver and number of iterations. | |
| Stats | parser_stats |
| Time spent in the parser. | |
| std::size_t | refinements |
| Number of iterative refinements. Only meaningful for iterative refinement solvers. | |
| std::size_t | precision |
| Number of bits of precision used in the last iteration. | |
| std::size_t delpi::LpStats::precision |