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

#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
 

Detailed Description

Definition at line 25 of file second_order_cone_tests.h.

Constructor & Destructor Documentation

◆ SecondOrderConeTestParameters()

operations_research::math_opt::SecondOrderConeTestParameters::SecondOrderConeTestParameters ( SolverType solver_type,
SolveParameters parameters,
bool supports_soc_constraints,
bool supports_incremental_add_and_deletes )
explicit

Definition at line 31 of file second_order_cone_tests.cc.

Member Data Documentation

◆ parameters

SolveParameters operations_research::math_opt::SecondOrderConeTestParameters::parameters

Definition at line 33 of file second_order_cone_tests.h.

◆ solver_type

SolverType operations_research::math_opt::SecondOrderConeTestParameters::solver_type

The tested solver.

Definition at line 31 of file second_order_cone_tests.h.

◆ supports_incremental_add_and_deletes

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.

◆ supports_soc_constraints

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.


The documentation for this struct was generated from the following files: