![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 6932 of file cp_model.pb.h.
#include <cp_model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kTailsFieldNumber = 1 , kHeadsFieldNumber = 2 , kLiteralsFieldNumber = 3 , kDemandsFieldNumber = 4 , kDimensionsFieldNumber = 6 , kCapacityFieldNumber = 5 } |
| using | NodeExpressions = RoutesConstraintProto_NodeExpressions |
Public Member Functions | |
| RoutesConstraintProto () | |
| ~RoutesConstraintProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | RoutesConstraintProto (::google::protobuf::internal::ConstantInitialized) |
| RoutesConstraintProto (const RoutesConstraintProto &from) | |
| RoutesConstraintProto (RoutesConstraintProto &&from) noexcept | |
| RoutesConstraintProto & | operator= (const RoutesConstraintProto &from) |
| RoutesConstraintProto & | operator= (RoutesConstraintProto &&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 (RoutesConstraintProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (RoutesConstraintProto *PROTOBUF_NONNULL other) |
| RoutesConstraintProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const RoutesConstraintProto &from) |
| void | MergeFrom (const RoutesConstraintProto &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 | tails_size () const |
| void | clear_tails () |
| ::int32_t | tails (int index) const |
| void | set_tails (int index, ::int32_t value) |
| void | add_tails (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | tails () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_tails () |
| int | heads_size () const |
| void | clear_heads () |
| ::int32_t | heads (int index) const |
| void | set_heads (int index, ::int32_t value) |
| void | add_heads (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | heads () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_heads () |
| int | literals_size () const |
| void | clear_literals () |
| ::int32_t | literals (int index) const |
| void | set_literals (int index, ::int32_t value) |
| void | add_literals (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | literals () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_literals () |
| int | demands_size () const |
| void | clear_demands () |
| ::int32_t | demands (int index) const |
| void | set_demands (int index, ::int32_t value) |
| void | add_demands (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | demands () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_demands () |
| int | dimensions_size () const |
| void | clear_dimensions () |
| ::operations_research::sat::RoutesConstraintProto_NodeExpressions *PROTOBUF_NONNULL | mutable_dimensions (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::sat::RoutesConstraintProto_NodeExpressions > *PROTOBUF_NONNULL | mutable_dimensions () |
| const ::operations_research::sat::RoutesConstraintProto_NodeExpressions & | dimensions (int index) const |
| ::operations_research::sat::RoutesConstraintProto_NodeExpressions *PROTOBUF_NONNULL | add_dimensions () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::sat::RoutesConstraintProto_NodeExpressions > & | dimensions () const |
| void | clear_capacity () |
| ::int64_t | capacity () const |
| void | set_capacity (::int64_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | RoutesConstraintProto (::_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 RoutesConstraintProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 14 |
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 (RoutesConstraintProto &a, RoutesConstraintProto &b) |
| using operations_research::sat::RoutesConstraintProto::NodeExpressions = RoutesConstraintProto_NodeExpressions |
Definition at line 7071 of file cp_model.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kTailsFieldNumber | |
| kHeadsFieldNumber | |
| kLiteralsFieldNumber | |
| kDemandsFieldNumber | |
| kDimensionsFieldNumber | |
| kCapacityFieldNumber | |
Definition at line 7074 of file cp_model.pb.h.
|
inline |
Definition at line 6935 of file cp_model.pb.h.
| operations_research::sat::RoutesConstraintProto::~RoutesConstraintProto | ( | ) |
Definition at line 6503 of file cp_model.pb.cc.
|
explicit |
|
inline |
Definition at line 6948 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 6949 of file cp_model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::sat::RoutesConstraintProto::RoutesConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 839 of file cp_model.pb.cc.
|
final |
Definition at line 6691 of file cp_model.pb.cc.
|
inline |
Definition at line 10660 of file cp_model.pb.h.
|
inline |
Definition at line 10744 of file cp_model.pb.h.
|
inline |
Definition at line 10560 of file cp_model.pb.h.
|
inline |
Definition at line 10610 of file cp_model.pb.h.
|
inline |
Definition at line 10510 of file cp_model.pb.h.
|
final |
Definition at line 6783 of file cp_model.pb.cc.
|
inline |
Definition at line 10696 of file cp_model.pb.h.
| PROTOBUF_NOINLINE void operations_research::sat::RoutesConstraintProto::Clear | ( | ) |
Definition at line 6655 of file cp_model.pb.cc.
|
inline |
Definition at line 10690 of file cp_model.pb.h.
|
inline |
Definition at line 10646 of file cp_model.pb.h.
|
inline |
Definition at line 10721 of file cp_model.pb.h.
|
inline |
Definition at line 10546 of file cp_model.pb.h.
|
inline |
Definition at line 10596 of file cp_model.pb.h.
|
inline |
Definition at line 10496 of file cp_model.pb.h.
| void operations_research::sat::RoutesConstraintProto::CopyFrom | ( | const RoutesConstraintProto & | from | ) |
Definition at line 6887 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 6983 of file cp_model.pb.h.
|
inline |
Definition at line 10666 of file cp_model.pb.h.
|
inline |
Definition at line 10652 of file cp_model.pb.h.
|
inline |
Definition at line 10643 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 6974 of file cp_model.pb.h.
|
inline |
Definition at line 10754 of file cp_model.pb.h.
|
inline |
Definition at line 10739 of file cp_model.pb.h.
|
inline |
Definition at line 10718 of file cp_model.pb.h.
|
inline |
Definition at line 7042 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 6977 of file cp_model.pb.h.
| google::protobuf::Metadata operations_research::sat::RoutesConstraintProto::GetMetadata | ( | ) | const |
Definition at line 6907 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 6980 of file cp_model.pb.h.
|
inline |
Definition at line 10566 of file cp_model.pb.h.
|
inline |
Definition at line 10552 of file cp_model.pb.h.
|
inline |
Definition at line 10543 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 6554 of file cp_model.pb.cc.
|
inline |
Definition at line 7018 of file cp_model.pb.h.
|
inline |
Definition at line 10616 of file cp_model.pb.h.
|
inline |
Definition at line 10602 of file cp_model.pb.h.
|
inline |
Definition at line 10593 of file cp_model.pb.h.
|
inline |
Definition at line 7011 of file cp_model.pb.h.
|
inline |
Definition at line 10671 of file cp_model.pb.h.
|
inline |
Definition at line 10732 of file cp_model.pb.h.
|
inline |
Definition at line 10727 of file cp_model.pb.h.
|
inline |
Definition at line 10571 of file cp_model.pb.h.
|
inline |
Definition at line 10621 of file cp_model.pb.h.
|
inline |
Definition at line 10521 of file cp_model.pb.h.
|
inline |
Definition at line 6969 of file cp_model.pb.h.
|
inline |
Definition at line 7005 of file cp_model.pb.h.
|
inline |
Definition at line 6951 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 6955 of file cp_model.pb.h.
|
inline |
Definition at line 10700 of file cp_model.pb.h.
|
inline |
Definition at line 10656 of file cp_model.pb.h.
|
inline |
Definition at line 10556 of file cp_model.pb.h.
|
inline |
Definition at line 10606 of file cp_model.pb.h.
|
inline |
Definition at line 10506 of file cp_model.pb.h.
|
inline |
Definition at line 6989 of file cp_model.pb.h.
|
inline |
Definition at line 10516 of file cp_model.pb.h.
|
inline |
Definition at line 10502 of file cp_model.pb.h.
|
inline |
Definition at line 10493 of file cp_model.pb.h.
|
inline |
Definition at line 6965 of file cp_model.pb.h.
|
inline |
Definition at line 6997 of file cp_model.pb.h.
|
friend |
Definition at line 7191 of file cp_model.pb.h.
|
friend |
Definition at line 7193 of file cp_model.pb.h.
|
friend |
Definition at line 7184 of file cp_model.pb.h.
|
friend |
Definition at line 7190 of file cp_model.pb.h.
|
friend |
Definition at line 7220 of file cp_model.pb.h.
|
friend |
Definition at line 6988 of file cp_model.pb.h.
| Impl_ operations_research::sat::RoutesConstraintProto::_impl_ |
Definition at line 7219 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 6987 of file cp_model.pb.h.