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

#include <second_order_cone_tests.h>

Inheritance diagram for operations_research::math_opt::IncrementalSecondOrderConeTest:

Detailed Description

A suite of unit tests focused on incrementalism with second-order cone constraints. Note that a solver that does not support second-order cone constraints should still use this fixture to ensure that it is not silently ignoring one.

To use these tests, in file <solver>_test.cc, write: INSTANTIATE_TEST_SUITE_P( <Solver>IncrementalSecondOrderConeTest, IncrementalSecondOrderConeTest, testing::Values(SecondOrderConeTestParameters( SolverType::k<Solver>, parameters, /*supports_soc_constraints=*‍/false, /*supports_incremental_add_and_deletes=*‍/false)));

Definition at line 76 of file second_order_cone_tests.h.


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