Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::SimpleMipTest Class Reference

#include <mip_tests.h>

Inheritance diagram for operations_research::math_opt::SimpleMipTest:

Detailed Description

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.


The documentation for this class was generated from the following file: