Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <second_order_cone_tests.h>
Public Member Functions | |
SecondOrderConeTestParameters (SolverType solver_type, SolveParameters parameters, bool supports_soc_constraints, bool supports_incremental_add_and_deletes) | |
Public Attributes | |
SolverType | solver_type |
The tested solver. | |
SolveParameters | parameters |
bool | supports_soc_constraints |
True if the solver supports second-order cone constraints. | |
bool | supports_incremental_add_and_deletes |
Definition at line 25 of file second_order_cone_tests.h.
|
explicit |
Definition at line 31 of file second_order_cone_tests.cc.
SolveParameters operations_research::math_opt::SecondOrderConeTestParameters::parameters |
Definition at line 33 of file second_order_cone_tests.h.
SolverType operations_research::math_opt::SecondOrderConeTestParameters::solver_type |
The tested solver.
Definition at line 31 of file second_order_cone_tests.h.
bool operations_research::math_opt::SecondOrderConeTestParameters::supports_incremental_add_and_deletes |
True if the solver supports incremental updates that add and/or delete second-order cone constraints.
Definition at line 40 of file second_order_cone_tests.h.
bool operations_research::math_opt::SecondOrderConeTestParameters::supports_soc_constraints |
True if the solver supports second-order cone constraints.
Definition at line 36 of file second_order_cone_tests.h.