Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <ip_model_solve_parameters_tests.h>
Protected Member Functions | |
SolverType | TestedSolver () const |
const std::optional< SolveParameters > & | SingleHintParams () const |
const std::optional< SolveParameters > & | TwoHintParams () const |
const std::string & | HintAcceptedMessageRegex () const |
A suite of unit tests to show that an MIP solver handles solution hints correctly.
To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>MipSolutionHintTest, MipSolutionHintTest, testing::Values(solution_hint_test_params));
Definition at line 80 of file ip_model_solve_parameters_tests.h.
|
inlineprotected |
Definition at line 90 of file ip_model_solve_parameters_tests.h.
|
inlineprotected |
Definition at line 84 of file ip_model_solve_parameters_tests.h.
|
inlineprotected |
Definition at line 83 of file ip_model_solve_parameters_tests.h.
|
inlineprotected |
Definition at line 87 of file ip_model_solve_parameters_tests.h.