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

#include <lp_model_solve_parameters_tests.h>

Inheritance diagram for operations_research::math_opt::LpModelSolveParametersTest:

Detailed Description

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

Usage:

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

Definition at line 66 of file lp_model_solve_parameters_tests.h.


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