Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <mip_tests.h>
A suite of unit tests to validate that mandatory behavior for MIP solvers.
To use these tests, in file <solver>_test.cc, write: INSTANTIATE_TEST_SUITE_P( <Solver>SimpleMipTest, SimpleMipTest, testing::Values(SimpleMipTestParameters(SolverType::k<Solver>)));
Definition at line 51 of file mip_tests.h.