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. | |
ParameterSupport | parameter_support |
bool | hint_supported = false |
SolveResultSupport | solve_result_support |
std::string | presolved_regexp |
SolveParameters | stop_before_optimal |
Definition at line 89 of file ip_parameter_tests.h.
bool operations_research::math_opt::IpParameterTestParameters::hint_supported = false |
Definition at line 98 of file ip_parameter_tests.h.
std::string operations_research::math_opt::IpParameterTestParameters::name |
Used as a suffix for the gUnit test name in parametric tests, use with the ParamName functor.
Definition at line 92 of file ip_parameter_tests.h.
ParameterSupport operations_research::math_opt::IpParameterTestParameters::parameter_support |
Definition at line 97 of file ip_parameter_tests.h.
std::string operations_research::math_opt::IpParameterTestParameters::presolved_regexp |
Contains a regexp found in the solver logs when presolve is enabled and the problem is completely solved in presolve, AND that is not found in the solver logs when presolve is disabled for the same model.
It uses testing::ContainsRegex().
Definition at line 106 of file ip_parameter_tests.h.
SolveResultSupport operations_research::math_opt::IpParameterTestParameters::solve_result_support |
Definition at line 99 of file ip_parameter_tests.h.
SolverType operations_research::math_opt::IpParameterTestParameters::solver_type |
The tested solver.
Definition at line 95 of file ip_parameter_tests.h.
SolveParameters operations_research::math_opt::IpParameterTestParameters::stop_before_optimal |
Parameters to try and get the solver to stop early without completely solving the problem.
Definition at line 110 of file ip_parameter_tests.h.