![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 5102 of file cp_model.pb.h.
#include <cp_model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVarsFieldNumber = 3 , kExprsFieldNumber = 6 , kLinearIndexFieldNumber = 4 , kLinearTargetFieldNumber = 5 , kIndexFieldNumber = 1 , kTargetFieldNumber = 2 } |
Public Member Functions | |
| ElementConstraintProto () | |
| ~ElementConstraintProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | ElementConstraintProto (::google::protobuf::internal::ConstantInitialized) |
| ElementConstraintProto (const ElementConstraintProto &from) | |
| ElementConstraintProto (ElementConstraintProto &&from) noexcept | |
| ElementConstraintProto & | operator= (const ElementConstraintProto &from) |
| ElementConstraintProto & | operator= (ElementConstraintProto &&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 (ElementConstraintProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (ElementConstraintProto *PROTOBUF_NONNULL other) |
| ElementConstraintProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const ElementConstraintProto &from) |
| void | MergeFrom (const ElementConstraintProto &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 | vars_size () const |
| void | clear_vars () |
| ::int32_t | vars (int index) const |
| void | set_vars (int index, ::int32_t value) |
| void | add_vars (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | vars () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_vars () |
| int | exprs_size () const |
| void | clear_exprs () |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL | mutable_exprs (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearExpressionProto > *PROTOBUF_NONNULL | mutable_exprs () |
| const ::operations_research::sat::LinearExpressionProto & | exprs (int index) const |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL | add_exprs () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearExpressionProto > & | exprs () const |
| bool | has_linear_index () const |
| void | clear_linear_index () |
| const ::operations_research::sat::LinearExpressionProto & | linear_index () const |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE | release_linear_index () |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL | mutable_linear_index () |
| void | set_allocated_linear_index (::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_linear_index (::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value) |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE | unsafe_arena_release_linear_index () |
| bool | has_linear_target () const |
| void | clear_linear_target () |
| const ::operations_research::sat::LinearExpressionProto & | linear_target () const |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE | release_linear_target () |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL | mutable_linear_target () |
| void | set_allocated_linear_target (::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_linear_target (::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value) |
| ::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE | unsafe_arena_release_linear_target () |
| void | clear_index () |
| ::int32_t | index () const |
| void | set_index (::int32_t value) |
| void | clear_target () |
| ::int32_t | target () const |
| void | set_target (::int32_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | ElementConstraintProto (::_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 ElementConstraintProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 6 |
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_2fsat_2fcp_5fmodel_2eproto |
| void | swap (ElementConstraintProto &a, ElementConstraintProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarsFieldNumber | |
| kExprsFieldNumber | |
| kLinearIndexFieldNumber | |
| kLinearTargetFieldNumber | |
| kIndexFieldNumber | |
| kTargetFieldNumber | |
Definition at line 5243 of file cp_model.pb.h.
|
inline |
Definition at line 5105 of file cp_model.pb.h.
| operations_research::sat::ElementConstraintProto::~ElementConstraintProto | ( | ) |
Definition at line 3603 of file cp_model.pb.cc.
|
explicit |
|
inline |
Definition at line 5118 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 5119 of file cp_model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::sat::ElementConstraintProto::ElementConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 633 of file cp_model.pb.cc.
|
final |
Definition at line 3786 of file cp_model.pb.cc.
|
inline |
Definition at line 9353 of file cp_model.pb.h.
|
inline |
Definition at line 9096 of file cp_model.pb.h.
|
final |
Definition at line 3868 of file cp_model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::sat::ElementConstraintProto::Clear | ( | ) |
Definition at line 3747 of file cp_model.pb.cc.
|
inline |
Definition at line 9330 of file cp_model.pb.h.
|
inline |
Definition at line 9026 of file cp_model.pb.h.
|
inline |
Definition at line 9131 of file cp_model.pb.h.
|
inline |
Definition at line 9230 of file cp_model.pb.h.
|
inline |
Definition at line 9051 of file cp_model.pb.h.
|
inline |
Definition at line 9082 of file cp_model.pb.h.
| void operations_research::sat::ElementConstraintProto::CopyFrom | ( | const ElementConstraintProto & | from | ) |
Definition at line 3980 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 5153 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 5144 of file cp_model.pb.h.
|
inline |
Definition at line 9363 of file cp_model.pb.h.
|
inline |
Definition at line 9348 of file cp_model.pb.h.
|
inline |
Definition at line 9327 of file cp_model.pb.h.
|
inline |
Definition at line 5212 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 5147 of file cp_model.pb.h.
| google::protobuf::Metadata operations_research::sat::ElementConstraintProto::GetMetadata | ( | ) | const |
Definition at line 4002 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 5150 of file cp_model.pb.h.
|
inline |
Definition at line 9126 of file cp_model.pb.h.
|
inline |
Definition at line 9225 of file cp_model.pb.h.
|
inline |
Definition at line 9032 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 3644 of file cp_model.pb.cc.
|
inline |
Definition at line 5188 of file cp_model.pb.h.
|
inline |
Definition at line 9142 of file cp_model.pb.h.
|
inline |
Definition at line 9241 of file cp_model.pb.h.
|
inline |
Definition at line 5181 of file cp_model.pb.h.
|
inline |
Definition at line 9341 of file cp_model.pb.h.
|
inline |
Definition at line 9336 of file cp_model.pb.h.
|
inline |
Definition at line 9196 of file cp_model.pb.h.
|
inline |
Definition at line 9295 of file cp_model.pb.h.
|
inline |
Definition at line 5139 of file cp_model.pb.h.
|
inline |
Definition at line 9107 of file cp_model.pb.h.
|
inline |
Definition at line 5175 of file cp_model.pb.h.
|
inline |
Definition at line 5121 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 5125 of file cp_model.pb.h.
|
inlinenodiscard |
Definition at line 9160 of file cp_model.pb.h.
|
inlinenodiscard |
Definition at line 9259 of file cp_model.pb.h.
|
inline |
Definition at line 9203 of file cp_model.pb.h.
|
inline |
Definition at line 9302 of file cp_model.pb.h.
|
inline |
Definition at line 9036 of file cp_model.pb.h.
|
inline |
Definition at line 9061 of file cp_model.pb.h.
|
inline |
Definition at line 9092 of file cp_model.pb.h.
|
inline |
Definition at line 5159 of file cp_model.pb.h.
|
inline |
Definition at line 9057 of file cp_model.pb.h.
|
inline |
Definition at line 5135 of file cp_model.pb.h.
|
inline |
Definition at line 9179 of file cp_model.pb.h.
|
inline |
Definition at line 9278 of file cp_model.pb.h.
|
inline |
Definition at line 9146 of file cp_model.pb.h.
|
inline |
Definition at line 9245 of file cp_model.pb.h.
|
inline |
Definition at line 5167 of file cp_model.pb.h.
|
inline |
Definition at line 9102 of file cp_model.pb.h.
|
inline |
Definition at line 9088 of file cp_model.pb.h.
|
inline |
Definition at line 9079 of file cp_model.pb.h.
|
friend |
Definition at line 5346 of file cp_model.pb.h.
|
friend |
Definition at line 5348 of file cp_model.pb.h.
|
friend |
Definition at line 5339 of file cp_model.pb.h.
|
friend |
Definition at line 5345 of file cp_model.pb.h.
|
friend |
Definition at line 5372 of file cp_model.pb.h.
|
friend |
Definition at line 5158 of file cp_model.pb.h.
| Impl_ operations_research::sat::ElementConstraintProto::_impl_ |
Definition at line 5371 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 5157 of file cp_model.pb.h.