Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <lp_parameter_tests.h>
Protected Member Functions | |
SolverType | TestedSolver () const |
bool | SupportsSimplex () const |
bool | SupportsBarrier () const |
bool | SupportsFirstOrder () const |
bool | SupportsRandomSeed () const |
bool | SupportsPresolve () const |
A suite of unit tests to show that an LP solver handles parameters correctly.
To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>LpParameterTest, LpParameterTest, testing::Values(lp_parameter_test_params));
Definition at line 78 of file lp_parameter_tests.h.
|
inlineprotected |
Definition at line 82 of file lp_parameter_tests.h.
|
inlineprotected |
Definition at line 83 of file lp_parameter_tests.h.
|
inlineprotected |
Definition at line 85 of file lp_parameter_tests.h.
|
inlineprotected |
Definition at line 84 of file lp_parameter_tests.h.
|
inlineprotected |
Definition at line 81 of file lp_parameter_tests.h.
|
inlineprotected |
Definition at line 80 of file lp_parameter_tests.h.