Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <ip_parameter_tests.h>
Public Member Functions | |
SolverType | TestedSolver () const |
A suite of unit tests to show that an IP solver handles parameters correctly.
To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>IpParameterTest, IpParameterTest, testing::Values(IpParameterTestParameters( SolverType::k<Solver>, /*supports_iteration_stats=*/true, /*presolved_string=*/"presolved problem has 0 variables")));
Definition at line 124 of file ip_parameter_tests.h.
|
inline |
Definition at line 127 of file ip_parameter_tests.h.