Definition at line 97 of file solve_result.h.
|
| absl::StatusOr< SolveStatsProto > | Proto () const |
| |
| std::string | ToString () const |
| |
◆ FromProto()
| absl::StatusOr< SolveStats > FromProto |
( |
const SolveStatsProto & |
solve_stats_proto | ) |
|
|
static |
◆ Proto()
| absl::StatusOr< SolveStatsProto > Proto |
( |
| ) |
const |
◆ ToString()
| std::string ToString |
( |
| ) |
const |
◆ barrier_iterations
| int barrier_iterations = 0 |
◆ best_dual_bound
| double best_dual_bound = 0.0 |
◆ best_primal_bound
| double best_primal_bound = 0.0 |
◆ first_order_iterations
| int first_order_iterations = 0 |
◆ node_count
◆ problem_status
◆ simplex_iterations
| int simplex_iterations = 0 |
◆ solve_time
| absl::Duration solve_time = absl::ZeroDuration() |
The documentation for this struct was generated from the following files: