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

#include <ip_parameter_tests.h>

Inheritance diagram for operations_research::math_opt::IpParameterTest:

Public Member Functions

SolverType TestedSolver () const
 

Detailed Description

A suite of unit tests to show that an IP solver handles parameters correctly.

To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>IpParameterTest, IpParameterTest, testing::Values(IpParameterTestParameters( SolverType::k<Solver>, /*supports_iteration_stats=*‍/true, /*presolved_string=*‍/"presolved problem has 0 variables")));

Definition at line 124 of file ip_parameter_tests.h.

Member Function Documentation

◆ TestedSolver()

SolverType operations_research::math_opt::IpParameterTest::TestedSolver ( ) const
inline

Definition at line 127 of file ip_parameter_tests.h.


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