![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 135 of file model.pb.h.
#include <model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kIdsFieldNumber = 1 , kLowerBoundsFieldNumber = 2 , kUpperBoundsFieldNumber = 3 , kIntegersFieldNumber = 4 , kNamesFieldNumber = 5 } |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| VariablesProto () | |
| ~VariablesProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | VariablesProto (::google::protobuf::internal::ConstantInitialized) |
| VariablesProto (const VariablesProto &from) | |
| VariablesProto (VariablesProto &&from) noexcept | |
| VariablesProto & | operator= (const VariablesProto &from) |
| VariablesProto & | operator= (VariablesProto &&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 (VariablesProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (VariablesProto *PROTOBUF_NONNULL other) |
| VariablesProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| implements Message -------------------------------------------— | |
| void | CopyFrom (const VariablesProto &from) |
| void | MergeFrom (const VariablesProto &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 | ids_size () const |
| repeated int64 ids = 1; | |
| void | clear_ids () |
| ::int64_t | ids (int index) const |
| void | set_ids (int index, ::int64_t value) |
| void | add_ids (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | ids () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_ids () |
| int | lower_bounds_size () const |
| repeated double lower_bounds = 2; | |
| void | clear_lower_bounds () |
| double | lower_bounds (int index) const |
| void | set_lower_bounds (int index, double value) |
| void | add_lower_bounds (double value) |
| const ::google::protobuf::RepeatedField< double > & | lower_bounds () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_lower_bounds () |
| int | upper_bounds_size () const |
| repeated double upper_bounds = 3; | |
| void | clear_upper_bounds () |
| double | upper_bounds (int index) const |
| void | set_upper_bounds (int index, double value) |
| void | add_upper_bounds (double value) |
| const ::google::protobuf::RepeatedField< double > & | upper_bounds () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_upper_bounds () |
| int | integers_size () const |
| repeated bool integers = 4; | |
| void | clear_integers () |
| bool | integers (int index) const |
| void | set_integers (int index, bool value) |
| void | add_integers (bool value) |
| const ::google::protobuf::RepeatedField< bool > & | integers () const |
| ::google::protobuf::RepeatedField< bool > *PROTOBUF_NONNULL | mutable_integers () |
| int | names_size () const |
| repeated string names = 5; | |
| void | clear_names () |
| const ::std::string & | names (int index) const |
| ::std::string *PROTOBUF_NONNULL | mutable_names (int index) |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_names (int index, Arg_ &&value, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | add_names () |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | add_names (Arg_ &&value, Args_... args) |
| const ::google::protobuf::RepeatedPtrField<::std::string > & | names () const |
| ::google::protobuf::RepeatedPtrField<::std::string > *PROTOBUF_NONNULL | mutable_names () |
| template<typename> | |
| PROTOBUF_CONSTEXPR | VariablesProto (::_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 VariablesProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 0 |
Protected Member Functions | |
| VariablesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
| VariablesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const VariablesProto &from) | |
| VariablesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, VariablesProto &&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_2eproto |
| void | swap (VariablesProto &a, VariablesProto &b) |
| anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
| Enumerator | |
|---|---|
| kIdsFieldNumber | |
| kLowerBoundsFieldNumber | |
| kUpperBoundsFieldNumber | |
| kIntegersFieldNumber | |
| kNamesFieldNumber | |
Definition at line 277 of file model.pb.h.
|
inline |
Definition at line 138 of file model.pb.h.
| operations_research::math_opt::VariablesProto::~VariablesProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.VariablesProto)
Definition at line 729 of file model.pb.cc.
|
explicit |
|
inline |
Definition at line 151 of file model.pb.h.
|
inlinenoexcept |
Definition at line 152 of file model.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.VariablesProto)
Definition at line 678 of file model.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.VariablesProto)
Definition at line 699 of file model.pb.cc.
|
inlineprotectednoexcept |
Definition at line 259 of file model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::VariablesProto::VariablesProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 41 of file model.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.VariablesProto)
repeated int64 ids = 1;
repeated double lower_bounds = 2;
repeated double upper_bounds = 3;
repeated bool integers = 4;
repeated string names = 5;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.VariablesProto)
Definition at line 895 of file model.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.VariablesProto.ids)
Definition at line 2598 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.VariablesProto.integers)
Definition at line 2736 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.VariablesProto.lower_bounds)
Definition at line 2644 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_add_mutable:operations_research.math_opt.VariablesProto.names)
Definition at line 2774 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.VariablesProto.names)
Definition at line 2798 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.VariablesProto.upper_bounds)
Definition at line 2690 of file model.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.VariablesProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 ids = 1;
repeated double lower_bounds = 2;
repeated double upper_bounds = 3;
repeated bool integers = 4;
repeated string names = 5;
Definition at line 949 of file model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::VariablesProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.VariablesProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 874 of file model.pb.cc.
|
inline |
Definition at line 2586 of file model.pb.h.
|
inline |
Definition at line 2724 of file model.pb.h.
|
inline |
Definition at line 2632 of file model.pb.h.
|
inline |
Definition at line 2770 of file model.pb.h.
|
inline |
Definition at line 2678 of file model.pb.h.
| void operations_research::math_opt::VariablesProto::CopyFrom | ( | const VariablesProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.VariablesProto)
Definition at line 1028 of file model.pb.cc.
|
inlinestatic |
Definition at line 186 of file model.pb.h.
|
inlinestatic |
Definition at line 177 of file model.pb.h.
|
inline |
Definition at line 245 of file model.pb.h.
|
protected |
Definition at line 805 of file model.pb.cc.
|
inlinestatic |
Definition at line 180 of file model.pb.h.
| google::protobuf::Metadata operations_research::math_opt::VariablesProto::GetMetadata | ( | ) | const |
Definition at line 1046 of file model.pb.cc.
|
inlinestatic |
Definition at line 183 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.VariablesProto.ids)
Definition at line 2603 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.VariablesProto.ids)
Definition at line 2590 of file model.pb.h.
|
inline |
repeated int64 ids = 1;
Definition at line 2583 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.VariablesProto.integers)
Definition at line 2741 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.VariablesProto.integers)
Definition at line 2728 of file model.pb.h.
|
inline |
repeated bool integers = 4;
Definition at line 2721 of file model.pb.h.
|
staticconstexpr |
Definition at line 777 of file model.pb.cc.
|
staticconstexprprotected |
Definition at line 745 of file model.pb.cc.
|
inline |
Definition at line 221 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.VariablesProto.lower_bounds)
Definition at line 2649 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.VariablesProto.lower_bounds)
Definition at line 2636 of file model.pb.h.
|
inline |
repeated double lower_bounds = 2;
Definition at line 2629 of file model.pb.h.
|
inline |
Definition at line 214 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.VariablesProto.ids)
Definition at line 2608 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.VariablesProto.integers)
Definition at line 2746 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.VariablesProto.lower_bounds)
Definition at line 2654 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.VariablesProto.names)
Definition at line 2811 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.VariablesProto.names)
Definition at line 2786 of file model.pb.h.
|
inline |
Definition at line 172 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.VariablesProto.upper_bounds)
Definition at line 2700 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.VariablesProto.names)
Definition at line 2805 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.VariablesProto.names)
Definition at line 2781 of file model.pb.h.
|
inline |
repeated string names = 5;
Definition at line 2767 of file model.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 208 of file model.pb.h.
|
inline |
Definition at line 154 of file model.pb.h.
|
inlinenoexcept |
Definition at line 158 of file model.pb.h.
|
inlinestaticprotected |
Definition at line 740 of file model.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.VariablesProto.ids)
Definition at line 2594 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.VariablesProto.integers)
Definition at line 2732 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.VariablesProto.lower_bounds)
Definition at line 2640 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.VariablesProto.names)
Definition at line 2792 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.VariablesProto.upper_bounds)
Definition at line 2686 of file model.pb.h.
|
inline |
Definition at line 192 of file model.pb.h.
|
inline |
Definition at line 168 of file model.pb.h.
|
inline |
Definition at line 200 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.VariablesProto.upper_bounds)
Definition at line 2695 of file model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.VariablesProto.upper_bounds)
Definition at line 2682 of file model.pb.h.
|
inline |
repeated double upper_bounds = 3;
Definition at line 2675 of file model.pb.h.
|
friend |
Definition at line 388 of file model.pb.h.
|
friend |
Definition at line 390 of file model.pb.h.
|
friend |
Definition at line 381 of file model.pb.h.
|
friend |
Definition at line 387 of file model.pb.h.
|
friend |
Definition at line 412 of file model.pb.h.
|
friend |
Definition at line 191 of file model.pb.h.
| Impl_ operations_research::math_opt::VariablesProto::_impl_ |
Definition at line 411 of file model.pb.h.
|
staticconstexpr |
Definition at line 190 of file model.pb.h.