Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <ip_model_solve_parameters_tests.h>
Additional Inherited Members | |
Protected Member Functions inherited from operations_research::math_opt::BaseSolverTest | |
SolverType | TestedSolver () const |
Parameterized test suite that validates that an implementation of SolverInterface::Solve() for an Integer Programming solver takes into account correctly the input ModelSolveParametersProto.
Usage:
INSTANTIATE_TEST_SUITE_P(<Solver>IpModelSolveParametersTest, IpModelSolveParametersTest, testing::Values(SolverType::k<Solver>));
Definition at line 39 of file ip_model_solve_parameters_tests.h.