![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 385 of file matchers.h.
#include <matchers.h>
Public Attributes | |
| double | tolerance = 1e-5 |
| bool | first_solution_only = true |
| bool | check_dual = true |
| bool | check_rays = true |
| bool | check_solutions_if_inf_or_unbounded = false |
| bool | check_basis = false |
| bool | inf_or_unb_soft_match = true |
| bool operations_research::math_opt::SolveResultMatcherOptions::check_basis = false |
Definition at line 401 of file matchers.h.
| bool operations_research::math_opt::SolveResultMatcherOptions::check_dual = true |
Definition at line 388 of file matchers.h.
| bool operations_research::math_opt::SolveResultMatcherOptions::check_rays = true |
Definition at line 389 of file matchers.h.
| bool operations_research::math_opt::SolveResultMatcherOptions::check_solutions_if_inf_or_unbounded = false |
Definition at line 400 of file matchers.h.
| bool operations_research::math_opt::SolveResultMatcherOptions::first_solution_only = true |
Definition at line 387 of file matchers.h.
| bool operations_research::math_opt::SolveResultMatcherOptions::inf_or_unb_soft_match = true |
Definition at line 448 of file matchers.h.
| double operations_research::math_opt::SolveResultMatcherOptions::tolerance = 1e-5 |
Definition at line 386 of file matchers.h.