Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <ip_parameter_tests.h>
Public Attributes | |
std::string | name |
SolverType | solver_type |
The tested solver. | |
SolveParameters | base_parameters |
ParameterSupport | parameter_support |
bool | allow_limit_undetermined = false |
Definition at line 130 of file ip_parameter_tests.h.
bool operations_research::math_opt::LargeInstanceTestParams::allow_limit_undetermined = false |
When we stop from hitting a limit, if the solver returns which limit was the cause in the Termination object. This parameter is very coarse, make it more specific if we have solvers that can return the limit some of the time.
Definition at line 147 of file ip_parameter_tests.h.
SolveParameters operations_research::math_opt::LargeInstanceTestParams::base_parameters |
Definition at line 139 of file ip_parameter_tests.h.
std::string operations_research::math_opt::LargeInstanceTestParams::name |
Used as a suffix for the gUnit test name in parametric tests, use with the ParamName functor.
Definition at line 133 of file ip_parameter_tests.h.
ParameterSupport operations_research::math_opt::LargeInstanceTestParams::parameter_support |
Definition at line 141 of file ip_parameter_tests.h.
SolverType operations_research::math_opt::LargeInstanceTestParams::solver_type |
The tested solver.
Definition at line 136 of file ip_parameter_tests.h.