![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 201 of file matchers.h.
#include <matchers.h>
Public Attributes | |
| double | tolerance = kMatcherDefaultTolerance |
| bool | check_primal = true |
| bool | check_dual = true |
| bool | check_basis = true |
| bool | allow_undetermined = false |
| bool operations_research::math_opt::SolutionMatcherOptions::allow_undetermined = false |
Definition at line 208 of file matchers.h.
| bool operations_research::math_opt::SolutionMatcherOptions::check_basis = true |
Definition at line 205 of file matchers.h.
| bool operations_research::math_opt::SolutionMatcherOptions::check_dual = true |
Definition at line 204 of file matchers.h.
| bool operations_research::math_opt::SolutionMatcherOptions::check_primal = true |
Definition at line 203 of file matchers.h.
| double operations_research::math_opt::SolutionMatcherOptions::tolerance = kMatcherDefaultTolerance |
Definition at line 202 of file matchers.h.