delpi  0.0.1
DElta-complete LP solver
Loading...
Searching...
No Matches
delpi::LpStats Struct Reference

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.

Detailed Description

Collection of statistics for the LP solver.

Definition at line 17 of file LpStats.h.

Member Data Documentation

◆ precision

std::size_t delpi::LpStats::precision

Number of bits of precision used in the last iteration.

Only meaningful for precision boosting solvers

Definition at line 26 of file LpStats.h.


The documentation for this struct was generated from the following file: