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

#include <ip_model_solve_parameters_tests.h>

Inheritance diagram for operations_research::math_opt::IpModelSolveParametersTest:
operations_research::math_opt::BaseSolverTest

Additional Inherited Members

- Protected Member Functions inherited from operations_research::math_opt::BaseSolverTest
SolverType TestedSolver () const
 

Detailed Description

Parameterized test suite that validates that an implementation of SolverInterface::Solve() for an Integer Programming solver takes into account correctly the input ModelSolveParametersProto.

Usage:

INSTANTIATE_TEST_SUITE_P(<Solver>IpModelSolveParametersTest, IpModelSolveParametersTest, testing::Values(SolverType::k<Solver>));

Definition at line 39 of file ip_model_solve_parameters_tests.h.


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