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

#include <ip_model_solve_parameters_tests.h>

Inheritance diagram for operations_research::math_opt::LazyConstraintsTest:

Protected Member Functions

SolverType TestedSolver () const
 
const SolveParametersNerfedSolveParams () const
 

Detailed Description

A suite of unit tests to show that an MIP solver handles lazy constraints correctly.

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

Definition at line 152 of file ip_model_solve_parameters_tests.h.

Member Function Documentation

◆ NerfedSolveParams()

const SolveParameters & operations_research::math_opt::LazyConstraintsTest::NerfedSolveParams ( ) const
inlineprotected

Definition at line 156 of file ip_model_solve_parameters_tests.h.

◆ TestedSolver()

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

Definition at line 155 of file ip_model_solve_parameters_tests.h.


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