Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <math_opt_proto_utils.h>
Definition at line 323 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::indicator_constraints = SupportType::kNotSupported |
Definition at line 331 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::integer_variables = SupportType::kNotSupported |
Definition at line 324 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::multi_objectives = SupportType::kNotSupported |
Definition at line 325 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::quadratic_constraints = SupportType::kNotSupported |
Definition at line 327 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::quadratic_objectives = SupportType::kNotSupported |
Definition at line 326 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::second_order_cone_constraints = SupportType::kNotSupported |
Definition at line 328 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::sos1_constraints = SupportType::kNotSupported |
Definition at line 329 of file math_opt_proto_utils.h.
SupportType operations_research::math_opt::SupportedProblemStructures::sos2_constraints = SupportType::kNotSupported |
Definition at line 330 of file math_opt_proto_utils.h.