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