![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1045 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVarIndexFieldNumber = 2 , kWeightFieldNumber = 3 , kTypeFieldNumber = 1 } |
| using | Type = MPSosConstraint_Type |
Public Member Functions | |
| MPSosConstraint () | |
| ~MPSosConstraint () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPSosConstraint (::google::protobuf::internal::ConstantInitialized) |
| MPSosConstraint (const MPSosConstraint &from) | |
| MPSosConstraint (MPSosConstraint &&from) noexcept | |
| MPSosConstraint & | operator= (const MPSosConstraint &from) |
| MPSosConstraint & | operator= (MPSosConstraint &&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 (MPSosConstraint *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPSosConstraint *PROTOBUF_NONNULL other) |
| MPSosConstraint *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPSosConstraint &from) |
| void | MergeFrom (const MPSosConstraint &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 | var_index_size () const |
| void | clear_var_index () |
| ::int32_t | var_index (int index) const |
| void | set_var_index (int index, ::int32_t value) |
| void | add_var_index (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | var_index () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_var_index () |
| int | weight_size () const |
| void | clear_weight () |
| double | weight (int index) const |
| void | set_weight (int index, double value) |
| void | add_weight (double value) |
| const ::google::protobuf::RepeatedField< double > & | weight () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_weight () |
| bool | has_type () const |
| void | clear_type () |
| ::operations_research::MPSosConstraint_Type | type () const |
| void | set_type (::operations_research::MPSosConstraint_Type value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPSosConstraint (::_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 MPSosConstraint & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
| static bool | Type_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL | Type_descriptor () |
| template<typename T> | |
| static const ::std::string & | Type_Name (T value) |
| static bool | Type_Parse (::absl::string_view name, Type *PROTOBUF_NONNULL value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 4 |
| static constexpr Type | SOS1_DEFAULT = MPSosConstraint_Type_SOS1_DEFAULT |
| static constexpr Type | SOS2 = MPSosConstraint_Type_SOS2 |
| static constexpr Type | Type_MIN = MPSosConstraint_Type_Type_MIN |
| static constexpr Type | Type_MAX = MPSosConstraint_Type_Type_MAX |
| static constexpr int | Type_ARRAYSIZE = MPSosConstraint_Type_Type_ARRAYSIZE |
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_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPSosConstraint &a, MPSosConstraint &b) |
Definition at line 1184 of file linear_solver.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarIndexFieldNumber | |
| kWeightFieldNumber | |
| kTypeFieldNumber | |
Definition at line 1206 of file linear_solver.pb.h.
|
inline |
Definition at line 1048 of file linear_solver.pb.h.
| operations_research::MPSosConstraint::~MPSosConstraint | ( | ) |
Definition at line 3067 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 1061 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 1062 of file linear_solver.pb.h.
| PROTOBUF_CONSTEXPR operations_research::MPSosConstraint::MPSosConstraint | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 121 of file linear_solver.pb.cc.
|
final |
Definition at line 3215 of file linear_solver.pb.cc.
|
inline |
Definition at line 7147 of file linear_solver.pb.h.
|
inline |
Definition at line 7197 of file linear_solver.pb.h.
|
final |
Definition at line 3266 of file linear_solver.pb.cc.
| PROTOBUF_NOINLINE void operations_research::MPSosConstraint::Clear | ( | ) |
Definition at line 3188 of file linear_solver.pb.cc.
|
inline |
Definition at line 7099 of file linear_solver.pb.h.
|
inline |
Definition at line 7133 of file linear_solver.pb.h.
|
inline |
Definition at line 7183 of file linear_solver.pb.h.
| void operations_research::MPSosConstraint::CopyFrom | ( | const MPSosConstraint & | from | ) |
Definition at line 3335 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 1096 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1087 of file linear_solver.pb.h.
|
inline |
Definition at line 1155 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1090 of file linear_solver.pb.h.
| google::protobuf::Metadata operations_research::MPSosConstraint::GetMetadata | ( | ) | const |
Definition at line 3352 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 1093 of file linear_solver.pb.h.
|
inline |
Definition at line 7095 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 3106 of file linear_solver.pb.cc.
|
inline |
Definition at line 1131 of file linear_solver.pb.h.
|
inline |
Definition at line 1124 of file linear_solver.pb.h.
|
inline |
Definition at line 1082 of file linear_solver.pb.h.
|
inline |
Definition at line 7158 of file linear_solver.pb.h.
|
inline |
Definition at line 7208 of file linear_solver.pb.h.
|
inline |
Definition at line 1118 of file linear_solver.pb.h.
|
inline |
Definition at line 1064 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 1068 of file linear_solver.pb.h.
|
inline |
Definition at line 7109 of file linear_solver.pb.h.
|
inline |
Definition at line 7143 of file linear_solver.pb.h.
|
inline |
Definition at line 7193 of file linear_solver.pb.h.
|
inline |
Definition at line 1102 of file linear_solver.pb.h.
|
inline |
Definition at line 7105 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1193 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1187 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1197 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1200 of file linear_solver.pb.h.
|
inline |
Definition at line 1078 of file linear_solver.pb.h.
|
inline |
Definition at line 1110 of file linear_solver.pb.h.
|
inline |
Definition at line 7153 of file linear_solver.pb.h.
|
inline |
Definition at line 7139 of file linear_solver.pb.h.
|
inline |
Definition at line 7130 of file linear_solver.pb.h.
|
inline |
Definition at line 7203 of file linear_solver.pb.h.
|
inline |
Definition at line 7189 of file linear_solver.pb.h.
|
inline |
Definition at line 7180 of file linear_solver.pb.h.
|
friend |
Definition at line 1268 of file linear_solver.pb.h.
|
friend |
Definition at line 1270 of file linear_solver.pb.h.
|
friend |
Definition at line 1261 of file linear_solver.pb.h.
|
friend |
Definition at line 1267 of file linear_solver.pb.h.
|
friend |
Definition at line 1290 of file linear_solver.pb.h.
|
friend |
Definition at line 1101 of file linear_solver.pb.h.
| Impl_ operations_research::MPSosConstraint::_impl_ |
Definition at line 1289 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1100 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1185 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1186 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1192 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1191 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1190 of file linear_solver.pb.h.