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

#include <lp_incomplete_solve_tests.h>

Inheritance diagram for operations_research::math_opt::LpIncompleteSolveTest:

Protected Member Functions

SolverType TestedSolver () const
 

Detailed Description

A suite of unit tests to show that an LP solver handles incomplete solves correctly.

To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>LpIncompleteSolveTest, LpIncompleteSolveTest, testing::Values(lp_incomplete_solve_test_params));

Note
If supports_presolve == True, presolve will be turned off in all tests.

Definition at line 83 of file lp_incomplete_solve_tests.h.

Member Function Documentation

◆ TestedSolver()

SolverType operations_research::math_opt::LpIncompleteSolveTest::TestedSolver ( ) const
inlineprotected

Definition at line 86 of file lp_incomplete_solve_tests.h.


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