Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Parameters for the BranchPrioritiesTest suite below. More...
#include <ip_model_solve_parameters_tests.h>
Public Member Functions | |
BranchPrioritiesTestParams (SolverType solver_type, SolveParameters solve_params) | |
Public Attributes | |
SolverType | solver_type |
The tested solver. | |
SolveParameters | solve_params |
Friends | |
std::ostream & | operator<< (std::ostream &out, const BranchPrioritiesTestParams ¶ms) |
Parameters for the BranchPrioritiesTest suite below.
Definition at line 96 of file ip_model_solve_parameters_tests.h.
|
inline |
Definition at line 97 of file ip_model_solve_parameters_tests.h.
|
friend |
Definition at line 54 of file ip_model_solve_parameters_tests.cc.
SolveParameters operations_research::math_opt::BranchPrioritiesTestParams::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 107 of file ip_model_solve_parameters_tests.h.
SolverType operations_research::math_opt::BranchPrioritiesTestParams::solver_type |
The tested solver.
Definition at line 102 of file ip_model_solve_parameters_tests.h.