Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <lp_model_solve_parameters_tests.h>
Parameterized test suite that validates that an implementation of SolverInterface::Solve() for a LP solver takes into account correctly the input ModelSolveParametersProto.
Usage:
INSTANTIATE_TEST_SUITE_P(<Solver>LpModelSolveParametersTest, LpModelSolveParametersTest, testing::Values( LpModelSolveParametersTestParameters( SolverType::k<Solver>)));
Definition at line 66 of file lp_model_solve_parameters_tests.h.