Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Parameters for the LazyConstraintsTest suite below. More...
#include <ip_model_solve_parameters_tests.h>
Public Member Functions | |
LazyConstraintsTestParams (SolverType solver_type, SolveParameters solve_params) | |
Public Attributes | |
SolverType | solver_type |
The tested solver. | |
SolveParameters | nerfed_solve_params |
Friends | |
std::ostream & | operator<< (std::ostream &out, const LazyConstraintsTestParams ¶ms) |
Parameters for the LazyConstraintsTest suite below.
Definition at line 128 of file ip_model_solve_parameters_tests.h.
|
inline |
Definition at line 129 of file ip_model_solve_parameters_tests.h.
|
friend |
Definition at line 61 of file ip_model_solve_parameters_tests.cc.
SolveParameters operations_research::math_opt::LazyConstraintsTestParams::nerfed_solve_params |
Should ensure the solver behaves as close as possible to a pure branch-and-bound solver (e.g., turn presolve, heuristics and cuts off). Major deviations from this could cause the test to fail.
Definition at line 139 of file ip_model_solve_parameters_tests.h.
SolverType operations_research::math_opt::LazyConstraintsTestParams::solver_type |
The tested solver.
Definition at line 134 of file ip_model_solve_parameters_tests.h.