![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1738 of file model_update.pb.h.
#include <model_update.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kDeletedConstraintIdsFieldNumber = 1 , kNewConstraintsFieldNumber = 2 } |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| IndicatorConstraintUpdatesProto () | |
| ~IndicatorConstraintUpdatesProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | IndicatorConstraintUpdatesProto (::google::protobuf::internal::ConstantInitialized) |
| IndicatorConstraintUpdatesProto (const IndicatorConstraintUpdatesProto &from) | |
| IndicatorConstraintUpdatesProto (IndicatorConstraintUpdatesProto &&from) noexcept | |
| IndicatorConstraintUpdatesProto & | operator= (const IndicatorConstraintUpdatesProto &from) |
| IndicatorConstraintUpdatesProto & | operator= (IndicatorConstraintUpdatesProto &&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 (IndicatorConstraintUpdatesProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (IndicatorConstraintUpdatesProto *PROTOBUF_NONNULL other) |
| IndicatorConstraintUpdatesProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| implements Message -------------------------------------------— | |
| void | CopyFrom (const IndicatorConstraintUpdatesProto &from) |
| void | MergeFrom (const IndicatorConstraintUpdatesProto &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 | deleted_constraint_ids_size () const |
| repeated int64 deleted_constraint_ids = 1; | |
| void | clear_deleted_constraint_ids () |
| ::int64_t | deleted_constraint_ids (int index) const |
| void | set_deleted_constraint_ids (int index, ::int64_t value) |
| void | add_deleted_constraint_ids (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | deleted_constraint_ids () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_deleted_constraint_ids () |
| int | new_constraints_size () const |
| map<int64, .operations_research.math_opt.IndicatorConstraintProto> new_constraints = 2; | |
| void | clear_new_constraints () |
| const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::IndicatorConstraintProto > & | new_constraints () const |
| ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::IndicatorConstraintProto > *PROTOBUF_NONNULL | mutable_new_constraints () |
| template<typename> | |
| PROTOBUF_CONSTEXPR | IndicatorConstraintUpdatesProto (::_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 IndicatorConstraintUpdatesProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 13 |
Protected Member Functions | |
| IndicatorConstraintUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
| IndicatorConstraintUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const IndicatorConstraintUpdatesProto &from) | |
| IndicatorConstraintUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, IndicatorConstraintUpdatesProto &&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_2fmodel_5fupdate_2eproto |
| void | swap (IndicatorConstraintUpdatesProto &a, IndicatorConstraintUpdatesProto &b) |
| anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
| Enumerator | |
|---|---|
| kDeletedConstraintIdsFieldNumber | |
| kNewConstraintsFieldNumber | |
Definition at line 1880 of file model_update.pb.h.
|
inline |
Definition at line 1741 of file model_update.pb.h.
| operations_research::math_opt::IndicatorConstraintUpdatesProto::~IndicatorConstraintUpdatesProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Definition at line 3665 of file model_update.pb.cc.
|
explicit |
|
inline |
Definition at line 1754 of file model_update.pb.h.
|
inlinenoexcept |
Definition at line 1755 of file model_update.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Definition at line 3620 of file model_update.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Definition at line 3638 of file model_update.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1862 of file model_update.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::IndicatorConstraintUpdatesProto::IndicatorConstraintUpdatesProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 309 of file model_update.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.IndicatorConstraintUpdatesProto)
repeated int64 deleted_constraint_ids = 1;
map<int64, .operations_research.math_opt.IndicatorConstraintProto> new_constraints = 2;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Definition at line 3798 of file model_update.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.IndicatorConstraintUpdatesProto.deleted_constraint_ids)
Definition at line 3761 of file model_update.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 deleted_constraint_ids = 1;
map<int64, .operations_research.math_opt.IndicatorConstraintProto> new_constraints = 2;
Definition at line 3850 of file model_update.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::IndicatorConstraintUpdatesProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 3780 of file model_update.pb.cc.
|
inline |
Definition at line 3749 of file model_update.pb.h.
| void operations_research::math_opt::IndicatorConstraintUpdatesProto::clear_new_constraints | ( | ) |
Definition at line 3616 of file model_update.pb.cc.
| void operations_research::math_opt::IndicatorConstraintUpdatesProto::CopyFrom | ( | const IndicatorConstraintUpdatesProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.IndicatorConstraintUpdatesProto)
Definition at line 3897 of file model_update.pb.cc.
|
inlinestatic |
Definition at line 1789 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.IndicatorConstraintUpdatesProto.deleted_constraint_ids)
Definition at line 3766 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.IndicatorConstraintUpdatesProto.deleted_constraint_ids)
Definition at line 3753 of file model_update.pb.h.
|
inline |
repeated int64 deleted_constraint_ids = 1;
Definition at line 3746 of file model_update.pb.h.
|
inlinestatic |
Definition at line 1780 of file model_update.pb.h.
|
inline |
Definition at line 1848 of file model_update.pb.h.
|
protected |
Definition at line 3733 of file model_update.pb.cc.
|
inlinestatic |
Definition at line 1783 of file model_update.pb.h.
| google::protobuf::Metadata operations_research::math_opt::IndicatorConstraintUpdatesProto::GetMetadata | ( | ) | const |
Definition at line 3912 of file model_update.pb.cc.
|
inlinestatic |
Definition at line 1786 of file model_update.pb.h.
|
staticconstexpr |
Definition at line 3705 of file model_update.pb.cc.
|
staticconstexprprotected |
Definition at line 3681 of file model_update.pb.cc.
|
inline |
Definition at line 1824 of file model_update.pb.h.
|
inline |
Definition at line 1817 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.IndicatorConstraintUpdatesProto.deleted_constraint_ids)
Definition at line 3771 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_map:operations_research.math_opt.IndicatorConstraintUpdatesProto.new_constraints)
Definition at line 3807 of file model_update.pb.h.
|
inline |
Definition at line 1775 of file model_update.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1811 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_map:operations_research.math_opt.IndicatorConstraintUpdatesProto.new_constraints)
Definition at line 3799 of file model_update.pb.h.
|
inline |
map<int64, .operations_research.math_opt.IndicatorConstraintProto> new_constraints = 2;
Definition at line 3792 of file model_update.pb.h.
|
inline |
Definition at line 1757 of file model_update.pb.h.
|
inlinenoexcept |
Definition at line 1761 of file model_update.pb.h.
|
inlinestaticprotected |
Definition at line 3676 of file model_update.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.IndicatorConstraintUpdatesProto.deleted_constraint_ids)
Definition at line 3757 of file model_update.pb.h.
|
inline |
Definition at line 1795 of file model_update.pb.h.
|
inline |
Definition at line 1771 of file model_update.pb.h.
|
inline |
Definition at line 1803 of file model_update.pb.h.
|
friend |
Definition at line 1927 of file model_update.pb.h.
|
friend |
Definition at line 1929 of file model_update.pb.h.
|
friend |
Definition at line 1920 of file model_update.pb.h.
|
friend |
Definition at line 1926 of file model_update.pb.h.
|
friend |
Definition at line 1951 of file model_update.pb.h.
|
friend |
Definition at line 1794 of file model_update.pb.h.
| Impl_ operations_research::math_opt::IndicatorConstraintUpdatesProto::_impl_ |
Definition at line 1950 of file model_update.pb.h.
|
staticconstexpr |
Definition at line 1793 of file model_update.pb.h.