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

#include <lp_parameter_tests.h>

Inheritance diagram for operations_research::math_opt::LpParameterTest:

Protected Member Functions

SolverType TestedSolver () const
 
bool SupportsSimplex () const
 
bool SupportsBarrier () const
 
bool SupportsFirstOrder () const
 
bool SupportsRandomSeed () const
 
bool SupportsPresolve () const
 

Detailed Description

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.

Member Function Documentation

◆ SupportsBarrier()

bool operations_research::math_opt::LpParameterTest::SupportsBarrier ( ) const
inlineprotected

Definition at line 82 of file lp_parameter_tests.h.

◆ SupportsFirstOrder()

bool operations_research::math_opt::LpParameterTest::SupportsFirstOrder ( ) const
inlineprotected

Definition at line 83 of file lp_parameter_tests.h.

◆ SupportsPresolve()

bool operations_research::math_opt::LpParameterTest::SupportsPresolve ( ) const
inlineprotected

Definition at line 85 of file lp_parameter_tests.h.

◆ SupportsRandomSeed()

bool operations_research::math_opt::LpParameterTest::SupportsRandomSeed ( ) const
inlineprotected

Definition at line 84 of file lp_parameter_tests.h.

◆ SupportsSimplex()

bool operations_research::math_opt::LpParameterTest::SupportsSimplex ( ) const
inlineprotected

Definition at line 81 of file lp_parameter_tests.h.

◆ TestedSolver()

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

Definition at line 80 of file lp_parameter_tests.h.


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