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

#include <math_opt_proto_utils.h>

Public Attributes

SupportType integer_variables = SupportType::kNotSupported
 
SupportType multi_objectives = SupportType::kNotSupported
 
SupportType quadratic_objectives = SupportType::kNotSupported
 
SupportType quadratic_constraints = SupportType::kNotSupported
 
SupportType second_order_cone_constraints = SupportType::kNotSupported
 
SupportType sos1_constraints = SupportType::kNotSupported
 
SupportType sos2_constraints = SupportType::kNotSupported
 
SupportType indicator_constraints = SupportType::kNotSupported
 

Detailed Description

Definition at line 323 of file math_opt_proto_utils.h.

Member Data Documentation

◆ indicator_constraints

SupportType operations_research::math_opt::SupportedProblemStructures::indicator_constraints = SupportType::kNotSupported

Definition at line 331 of file math_opt_proto_utils.h.

◆ integer_variables

SupportType operations_research::math_opt::SupportedProblemStructures::integer_variables = SupportType::kNotSupported

Definition at line 324 of file math_opt_proto_utils.h.

◆ multi_objectives

SupportType operations_research::math_opt::SupportedProblemStructures::multi_objectives = SupportType::kNotSupported

Definition at line 325 of file math_opt_proto_utils.h.

◆ quadratic_constraints

SupportType operations_research::math_opt::SupportedProblemStructures::quadratic_constraints = SupportType::kNotSupported

Definition at line 327 of file math_opt_proto_utils.h.

◆ quadratic_objectives

SupportType operations_research::math_opt::SupportedProblemStructures::quadratic_objectives = SupportType::kNotSupported

Definition at line 326 of file math_opt_proto_utils.h.

◆ second_order_cone_constraints

SupportType operations_research::math_opt::SupportedProblemStructures::second_order_cone_constraints = SupportType::kNotSupported

Definition at line 328 of file math_opt_proto_utils.h.

◆ sos1_constraints

SupportType operations_research::math_opt::SupportedProblemStructures::sos1_constraints = SupportType::kNotSupported

Definition at line 329 of file math_opt_proto_utils.h.

◆ sos2_constraints

SupportType operations_research::math_opt::SupportedProblemStructures::sos2_constraints = SupportType::kNotSupported

Definition at line 330 of file math_opt_proto_utils.h.


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