Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <second_order_cone_tests.h>
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.