![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 2088 of file cp_model.pb.h.
#include <cp_model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kDomainFieldNumber = 2 , kNameFieldNumber = 1 } |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| IntegerVariableProto () | |
| ~IntegerVariableProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | IntegerVariableProto (::google::protobuf::internal::ConstantInitialized) |
| IntegerVariableProto (const IntegerVariableProto &from) | |
| IntegerVariableProto (IntegerVariableProto &&from) noexcept | |
| IntegerVariableProto & | operator= (const IntegerVariableProto &from) |
| IntegerVariableProto & | operator= (IntegerVariableProto &&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 (IntegerVariableProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (IntegerVariableProto *PROTOBUF_NONNULL other) |
| IntegerVariableProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| implements Message -------------------------------------------— | |
| void | CopyFrom (const IntegerVariableProto &from) |
| void | MergeFrom (const IntegerVariableProto &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 | domain_size () const |
| repeated int64 domain = 2; | |
| void | clear_domain () |
| ::int64_t | domain (int index) const |
| void | set_domain (int index, ::int64_t value) |
| void | add_domain (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | domain () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_domain () |
| void | clear_name () |
| string name = 1; | |
| const ::std::string & | name () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_name (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_name () |
| ::std::string *PROTOBUF_NULLABLE | release_name () |
| void | set_allocated_name (::std::string *PROTOBUF_NULLABLE value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | IntegerVariableProto (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_name (Arg_ &&arg, Args_... args) |
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 IntegerVariableProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 0 |
Protected Member Functions | |
| IntegerVariableProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
| IntegerVariableProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const IntegerVariableProto &from) | |
| IntegerVariableProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, IntegerVariableProto &&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_2fsat_2fcp_5fmodel_2eproto |
| void | swap (IntegerVariableProto &a, IntegerVariableProto &b) |
| anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
| Enumerator | |
|---|---|
| kDomainFieldNumber | |
| kNameFieldNumber | |
Definition at line 2230 of file cp_model.pb.h.
|
inline |
Definition at line 2091 of file cp_model.pb.h.
| operations_research::sat::IntegerVariableProto::~IntegerVariableProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.sat.IntegerVariableProto)
Definition at line 1597 of file cp_model.pb.cc.
|
explicit |
|
inline |
Definition at line 2104 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 2105 of file cp_model.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.sat.IntegerVariableProto)
Definition at line 1551 of file cp_model.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.sat.IntegerVariableProto)
Definition at line 1570 of file cp_model.pb.cc.
|
inlineprotectednoexcept |
Definition at line 2212 of file cp_model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::sat::IntegerVariableProto::IntegerVariableProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 263 of file cp_model.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.sat.IntegerVariableProto)
string name = 1;
repeated int64 domain = 2;
@protoc_insertion_point(serialize_to_array_end:operations_research.sat.IntegerVariableProto)
Definition at line 1728 of file cp_model.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.IntegerVariableProto.domain)
Definition at line 8445 of file cp_model.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.sat.IntegerVariableProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 domain = 2;
string name = 1;
Definition at line 1769 of file cp_model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::sat::IntegerVariableProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.sat.IntegerVariableProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1706 of file cp_model.pb.cc.
|
inline |
Definition at line 8433 of file cp_model.pb.h.
|
inline |
| void operations_research::sat::IntegerVariableProto::CopyFrom | ( | const IntegerVariableProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.IntegerVariableProto)
Definition at line 1826 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 2139 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 2130 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.IntegerVariableProto.domain)
Definition at line 8450 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.IntegerVariableProto.domain)
Definition at line 8437 of file cp_model.pb.h.
|
inline |
repeated int64 domain = 2;
Definition at line 8430 of file cp_model.pb.h.
|
inline |
Definition at line 2198 of file cp_model.pb.h.
|
protected |
Definition at line 1658 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 2133 of file cp_model.pb.h.
| google::protobuf::Metadata operations_research::sat::IntegerVariableProto::GetMetadata | ( | ) | const |
Definition at line 1844 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 2136 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 1630 of file cp_model.pb.cc.
|
staticconstexprprotected |
Definition at line 1614 of file cp_model.pb.cc.
|
inline |
Definition at line 2174 of file cp_model.pb.h.
|
inline |
Definition at line 2167 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.IntegerVariableProto.domain)
Definition at line 8455 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.sat.IntegerVariableProto.name)
Definition at line 8379 of file cp_model.pb.h.
|
inline |
Definition at line 2125 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.IntegerVariableProto.name)
Definition at line 8367 of file cp_model.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 2161 of file cp_model.pb.h.
|
inline |
Definition at line 2107 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 2111 of file cp_model.pb.h.
|
inlinestaticprotected |
Definition at line 1609 of file cp_model.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.sat.IntegerVariableProto.name)
Definition at line 8399 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.sat.IntegerVariableProto.name)
Definition at line 8412 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.IntegerVariableProto.domain)
Definition at line 8441 of file cp_model.pb.h.
| void operations_research::sat::IntegerVariableProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
| PROTOBUF_ALWAYS_INLINE void operations_research::sat::IntegerVariableProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.sat.IntegerVariableProto.name)
Definition at line 8373 of file cp_model.pb.h.
|
inline |
Definition at line 2145 of file cp_model.pb.h.
|
inline |
Definition at line 2121 of file cp_model.pb.h.
|
inline |
Definition at line 2153 of file cp_model.pb.h.
|
friend |
Definition at line 2277 of file cp_model.pb.h.
|
friend |
Definition at line 2279 of file cp_model.pb.h.
|
friend |
Definition at line 2270 of file cp_model.pb.h.
|
friend |
Definition at line 2276 of file cp_model.pb.h.
|
friend |
Definition at line 2299 of file cp_model.pb.h.
|
friend |
Definition at line 2144 of file cp_model.pb.h.
| Impl_ operations_research::sat::IntegerVariableProto::_impl_ |
Definition at line 2298 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 2143 of file cp_model.pb.h.