![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 427 of file infeasible_subsystem.pb.h.
#include <infeasible_subsystem.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kVariableBoundsFieldNumber = 1 , kVariableIntegralityFieldNumber = 2 , kLinearConstraintsFieldNumber = 3 , kQuadraticConstraintsFieldNumber = 4 , kSecondOrderConeConstraintsFieldNumber = 5 , kSos1ConstraintsFieldNumber = 6 , kSos2ConstraintsFieldNumber = 7 , kIndicatorConstraintsFieldNumber = 8 } |
accessors ----------------------------------------------------— More... | |
using | Bounds = ModelSubsetProto_Bounds |
nested types -------------------------------------------------— |
Public Member Functions | |
ModelSubsetProto () | |
~ModelSubsetProto () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | ModelSubsetProto (::google::protobuf::internal::ConstantInitialized) |
ModelSubsetProto (const ModelSubsetProto &from) | |
ModelSubsetProto (ModelSubsetProto &&from) noexcept | |
ModelSubsetProto & | operator= (const ModelSubsetProto &from) |
ModelSubsetProto & | operator= (ModelSubsetProto &&from) noexcept |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND |
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL | mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND |
void | Swap (ModelSubsetProto *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (ModelSubsetProto *PROTOBUF_NONNULL other) |
ModelSubsetProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const ModelSubsetProto &from) |
void | MergeFrom (const ModelSubsetProto &from) |
bool | IsInitialized () const |
ABSL_ATTRIBUTE_REINITIALIZES void | Clear () PROTOBUF_FINAL |
::size_t | ByteSizeLong () const final |
::uint8_t *PROTOBUF_NONNULL | _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
int | variable_bounds_size () const |
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1; | |
void | clear_variable_bounds () |
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > & | variable_bounds () const |
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL | mutable_variable_bounds () |
int | variable_integrality_size () const |
repeated int64 variable_integrality = 2; | |
void | clear_variable_integrality () |
::int64_t | variable_integrality (int index) const |
void | set_variable_integrality (int index, ::int64_t value) |
void | add_variable_integrality (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | variable_integrality () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_variable_integrality () |
int | linear_constraints_size () const |
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3; | |
void | clear_linear_constraints () |
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > & | linear_constraints () const |
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL | mutable_linear_constraints () |
int | quadratic_constraints_size () const |
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4; | |
void | clear_quadratic_constraints () |
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > & | quadratic_constraints () const |
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL | mutable_quadratic_constraints () |
int | second_order_cone_constraints_size () const |
repeated int64 second_order_cone_constraints = 5; | |
void | clear_second_order_cone_constraints () |
::int64_t | second_order_cone_constraints (int index) const |
void | set_second_order_cone_constraints (int index, ::int64_t value) |
void | add_second_order_cone_constraints (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | second_order_cone_constraints () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_second_order_cone_constraints () |
int | sos1_constraints_size () const |
repeated int64 sos1_constraints = 6; | |
void | clear_sos1_constraints () |
::int64_t | sos1_constraints (int index) const |
void | set_sos1_constraints (int index, ::int64_t value) |
void | add_sos1_constraints (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | sos1_constraints () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_sos1_constraints () |
int | sos2_constraints_size () const |
repeated int64 sos2_constraints = 7; | |
void | clear_sos2_constraints () |
::int64_t | sos2_constraints (int index) const |
void | set_sos2_constraints (int index, ::int64_t value) |
void | add_sos2_constraints (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | sos2_constraints () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_sos2_constraints () |
int | indicator_constraints_size () const |
repeated int64 indicator_constraints = 8; | |
void | clear_indicator_constraints () |
::int64_t | indicator_constraints (int index) const |
void | set_indicator_constraints (int index, ::int64_t value) |
void | add_indicator_constraints (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | indicator_constraints () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_indicator_constraints () |
template<typename> | |
PROTOBUF_CONSTEXPR | ModelSubsetProto (::_pbi::ConstantInitialized) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | descriptor () |
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | GetDescriptor () |
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL | GetReflection () |
static const ModelSubsetProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 4 |
Protected Member Functions | |
ModelSubsetProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
ModelSubsetProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const ModelSubsetProto &from) | |
ModelSubsetProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, ModelSubsetProto &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
Friends | |
class | ::google::protobuf::internal::TcParser |
class | ::google::protobuf::MessageLite |
class | ::google::protobuf::Arena |
template<typename T> | |
class | ::google::protobuf::Arena::InternalHelper |
struct | ::TableStruct_ortools_2fmath_5fopt_2finfeasible_5fsubsystem_2eproto |
void | swap (ModelSubsetProto &a, ModelSubsetProto &b) |
nested types -------------------------------------------------—
Definition at line 567 of file infeasible_subsystem.pb.h.
anonymous enum : int |
accessors ----------------------------------------------------—
Definition at line 570 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 430 of file infeasible_subsystem.pb.h.
operations_research::math_opt::ModelSubsetProto::~ModelSubsetProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.ModelSubsetProto)
Definition at line 943 of file infeasible_subsystem.pb.cc.
|
explicit |
|
inline |
Definition at line 443 of file infeasible_subsystem.pb.h.
|
inlinenoexcept |
Definition at line 444 of file infeasible_subsystem.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.ModelSubsetProto)
Definition at line 878 of file infeasible_subsystem.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.ModelSubsetProto)
Definition at line 906 of file infeasible_subsystem.pb.cc.
|
inlineprotectednoexcept |
Definition at line 551 of file infeasible_subsystem.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::ModelSubsetProto::ModelSubsetProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 128 of file infeasible_subsystem.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.ModelSubsetProto)
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;
repeated int64 variable_integrality = 2;
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;
repeated int64 second_order_cone_constraints = 5;
repeated int64 sos1_constraints = 6;
repeated int64 sos2_constraints = 7;
repeated int64 indicator_constraints = 8;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ModelSubsetProto)
Definition at line 1155 of file infeasible_subsystem.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.indicator_constraints)
Definition at line 1362 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.second_order_cone_constraints)
Definition at line 1224 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.sos1_constraints)
Definition at line 1270 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.sos2_constraints)
Definition at line 1316 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.variable_integrality)
Definition at line 1120 of file infeasible_subsystem.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ModelSubsetProto)
Prevent compiler warnings about cached_has_bits being unused
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;
repeated int64 variable_integrality = 2;
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;
repeated int64 second_order_cone_constraints = 5;
repeated int64 sos1_constraints = 6;
repeated int64 sos2_constraints = 7;
repeated int64 indicator_constraints = 8;
Definition at line 1285 of file infeasible_subsystem.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::ModelSubsetProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.ModelSubsetProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1131 of file infeasible_subsystem.pb.cc.
|
inline |
Definition at line 1350 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1154 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1183 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1212 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1258 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1304 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1079 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 1108 of file infeasible_subsystem.pb.h.
void operations_research::math_opt::ModelSubsetProto::CopyFrom | ( | const ModelSubsetProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ModelSubsetProto)
Definition at line 1386 of file infeasible_subsystem.pb.cc.
|
inlinestatic |
Definition at line 478 of file infeasible_subsystem.pb.h.
|
inlinestatic |
Definition at line 469 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 537 of file infeasible_subsystem.pb.h.
|
protected |
Definition at line 1043 of file infeasible_subsystem.pb.cc.
|
inlinestatic |
Definition at line 472 of file infeasible_subsystem.pb.h.
google::protobuf::Metadata operations_research::math_opt::ModelSubsetProto::GetMetadata | ( | ) | const |
Definition at line 1407 of file infeasible_subsystem.pb.cc.
|
inlinestatic |
Definition at line 475 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.indicator_constraints)
Definition at line 1367 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.indicator_constraints)
Definition at line 1354 of file infeasible_subsystem.pb.h.
|
inline |
repeated int64 indicator_constraints = 8;
Definition at line 1347 of file infeasible_subsystem.pb.h.
|
staticconstexpr |
Definition at line 1015 of file infeasible_subsystem.pb.cc.
|
staticconstexprprotected |
Definition at line 959 of file infeasible_subsystem.pb.cc.
|
inline |
Definition at line 513 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_map:operations_research.math_opt.ModelSubsetProto.linear_constraints)
Definition at line 1162 of file infeasible_subsystem.pb.h.
|
inline |
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;
Definition at line 1151 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 506 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.indicator_constraints)
Definition at line 1372 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_map:operations_research.math_opt.ModelSubsetProto.linear_constraints)
Definition at line 1170 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_map:operations_research.math_opt.ModelSubsetProto.quadratic_constraints)
Definition at line 1199 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.second_order_cone_constraints)
Definition at line 1234 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.sos1_constraints)
Definition at line 1280 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.sos2_constraints)
Definition at line 1326 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 464 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_map:operations_research.math_opt.ModelSubsetProto.variable_bounds)
Definition at line 1095 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.variable_integrality)
Definition at line 1130 of file infeasible_subsystem.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 500 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 446 of file infeasible_subsystem.pb.h.
|
inlinenoexcept |
Definition at line 450 of file infeasible_subsystem.pb.h.
|
inlinestaticprotected |
Definition at line 954 of file infeasible_subsystem.pb.cc.
|
inline |
@protoc_insertion_point(field_map:operations_research.math_opt.ModelSubsetProto.quadratic_constraints)
Definition at line 1191 of file infeasible_subsystem.pb.h.
|
inline |
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;
Definition at line 1180 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.second_order_cone_constraints)
Definition at line 1229 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.second_order_cone_constraints)
Definition at line 1216 of file infeasible_subsystem.pb.h.
|
inline |
repeated int64 second_order_cone_constraints = 5;
Definition at line 1209 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.indicator_constraints)
Definition at line 1358 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.second_order_cone_constraints)
Definition at line 1220 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.sos1_constraints)
Definition at line 1266 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.sos2_constraints)
Definition at line 1312 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.variable_integrality)
Definition at line 1116 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.sos1_constraints)
Definition at line 1275 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.sos1_constraints)
Definition at line 1262 of file infeasible_subsystem.pb.h.
|
inline |
repeated int64 sos1_constraints = 6;
Definition at line 1255 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.sos2_constraints)
Definition at line 1321 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.sos2_constraints)
Definition at line 1308 of file infeasible_subsystem.pb.h.
|
inline |
repeated int64 sos2_constraints = 7;
Definition at line 1301 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 484 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 460 of file infeasible_subsystem.pb.h.
|
inline |
Definition at line 492 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_map:operations_research.math_opt.ModelSubsetProto.variable_bounds)
Definition at line 1087 of file infeasible_subsystem.pb.h.
|
inline |
map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;
Definition at line 1076 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.variable_integrality)
Definition at line 1125 of file infeasible_subsystem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.variable_integrality)
Definition at line 1112 of file infeasible_subsystem.pb.h.
|
inline |
repeated int64 variable_integrality = 2;
Definition at line 1105 of file infeasible_subsystem.pb.h.
|
friend |
Definition at line 725 of file infeasible_subsystem.pb.h.
|
friend |
Definition at line 727 of file infeasible_subsystem.pb.h.
|
friend |
Definition at line 718 of file infeasible_subsystem.pb.h.
|
friend |
Definition at line 724 of file infeasible_subsystem.pb.h.
|
friend |
Definition at line 765 of file infeasible_subsystem.pb.h.
|
friend |
Definition at line 483 of file infeasible_subsystem.pb.h.
Impl_ operations_research::math_opt::ModelSubsetProto::_impl_ |
Definition at line 764 of file infeasible_subsystem.pb.h.
|
staticconstexpr |
Definition at line 482 of file infeasible_subsystem.pb.h.