![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 3728 of file cp_model.pb.h.
#include <cp_model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVarsFieldNumber = 1 , kValuesFieldNumber = 2 , kExprsFieldNumber = 4 , kNegatedFieldNumber = 3 } |
Public Member Functions | |
| TableConstraintProto () | |
| ~TableConstraintProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | TableConstraintProto (::google::protobuf::internal::ConstantInitialized) |
| TableConstraintProto (const TableConstraintProto &from) | |
| TableConstraintProto (TableConstraintProto &&from) noexcept | |
| TableConstraintProto & | operator= (const TableConstraintProto &from) |
| TableConstraintProto & | operator= (TableConstraintProto &&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 (TableConstraintProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (TableConstraintProto *PROTOBUF_NONNULL other) |
| TableConstraintProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const TableConstraintProto &from) |
| void | MergeFrom (const TableConstraintProto &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 | values_size () const |
| void | clear_values () |
| ::int64_t | values (int index) const |
| void | set_values (int index, ::int64_t value) |
| void | add_values (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | values () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_values () |
| 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 |
| void | clear_negated () |
| bool | negated () const |
| void | set_negated (bool value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | TableConstraintProto (::_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 TableConstraintProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 15 |
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 (TableConstraintProto &a, TableConstraintProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarsFieldNumber | |
| kValuesFieldNumber | |
| kExprsFieldNumber | |
| kNegatedFieldNumber | |
Definition at line 3869 of file cp_model.pb.h.
|
inline |
Definition at line 3731 of file cp_model.pb.h.
| operations_research::sat::TableConstraintProto::~TableConstraintProto | ( | ) |
Definition at line 6973 of file cp_model.pb.cc.
|
explicit |
|
inline |
Definition at line 3744 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 3745 of file cp_model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::sat::TableConstraintProto::TableConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 468 of file cp_model.pb.cc.
|
final |
Definition at line 7133 of file cp_model.pb.cc.
|
inline |
Definition at line 10905 of file cp_model.pb.h.
|
inline |
Definition at line 10846 of file cp_model.pb.h.
|
inline |
Definition at line 10796 of file cp_model.pb.h.
|
final |
Definition at line 7203 of file cp_model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::sat::TableConstraintProto::Clear | ( | ) |
Definition at line 7103 of file cp_model.pb.cc.
|
inline |
Definition at line 10882 of file cp_model.pb.h.
|
inline |
Definition at line 10932 of file cp_model.pb.h.
|
inline |
Definition at line 10832 of file cp_model.pb.h.
|
inline |
Definition at line 10782 of file cp_model.pb.h.
| void operations_research::sat::TableConstraintProto::CopyFrom | ( | const TableConstraintProto & | from | ) |
Definition at line 7286 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 3779 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 3770 of file cp_model.pb.h.
|
inline |
Definition at line 10915 of file cp_model.pb.h.
|
inline |
Definition at line 10900 of file cp_model.pb.h.
|
inline |
Definition at line 10879 of file cp_model.pb.h.
|
inline |
Definition at line 3838 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 3773 of file cp_model.pb.h.
| google::protobuf::Metadata operations_research::sat::TableConstraintProto::GetMetadata | ( | ) | const |
Definition at line 7304 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 3776 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 7016 of file cp_model.pb.cc.
|
inline |
Definition at line 3814 of file cp_model.pb.h.
|
inline |
Definition at line 3807 of file cp_model.pb.h.
|
inline |
Definition at line 10893 of file cp_model.pb.h.
|
inline |
Definition at line 10888 of file cp_model.pb.h.
|
inline |
Definition at line 3765 of file cp_model.pb.h.
|
inline |
Definition at line 10857 of file cp_model.pb.h.
|
inline |
Definition at line 10807 of file cp_model.pb.h.
|
inline |
Definition at line 10938 of file cp_model.pb.h.
|
inline |
Definition at line 3801 of file cp_model.pb.h.
|
inline |
Definition at line 3747 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 3751 of file cp_model.pb.h.
|
inline |
Definition at line 10942 of file cp_model.pb.h.
|
inline |
Definition at line 10842 of file cp_model.pb.h.
|
inline |
Definition at line 10792 of file cp_model.pb.h.
|
inline |
Definition at line 3785 of file cp_model.pb.h.
|
inline |
Definition at line 3761 of file cp_model.pb.h.
|
inline |
Definition at line 3793 of file cp_model.pb.h.
|
inline |
Definition at line 10852 of file cp_model.pb.h.
|
inline |
Definition at line 10838 of file cp_model.pb.h.
|
inline |
Definition at line 10829 of file cp_model.pb.h.
|
inline |
Definition at line 10802 of file cp_model.pb.h.
|
inline |
Definition at line 10788 of file cp_model.pb.h.
|
inline |
Definition at line 10779 of file cp_model.pb.h.
|
friend |
Definition at line 3948 of file cp_model.pb.h.
|
friend |
Definition at line 3950 of file cp_model.pb.h.
|
friend |
Definition at line 3941 of file cp_model.pb.h.
|
friend |
Definition at line 3947 of file cp_model.pb.h.
|
friend |
Definition at line 3973 of file cp_model.pb.h.
|
friend |
Definition at line 3784 of file cp_model.pb.h.
| Impl_ operations_research::sat::TableConstraintProto::_impl_ |
Definition at line 3972 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 3783 of file cp_model.pb.h.