![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 419 of file model.pb.h.
#include <model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kIdsFieldNumber = 1 , kLowerBoundsFieldNumber = 2 , kUpperBoundsFieldNumber = 3 , kNamesFieldNumber = 4 } |
Public Member Functions | |
| LinearConstraintsProto () | |
| ~LinearConstraintsProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | LinearConstraintsProto (::google::protobuf::internal::ConstantInitialized) |
| LinearConstraintsProto (const LinearConstraintsProto &from) | |
| LinearConstraintsProto (LinearConstraintsProto &&from) noexcept | |
| LinearConstraintsProto & | operator= (const LinearConstraintsProto &from) |
| LinearConstraintsProto & | operator= (LinearConstraintsProto &&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 (LinearConstraintsProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (LinearConstraintsProto *PROTOBUF_NONNULL other) |
| LinearConstraintsProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const LinearConstraintsProto &from) |
| void | MergeFrom (const LinearConstraintsProto &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 |
| 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 |
| 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 |
| 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 | names_size () const |
| 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 | LinearConstraintsProto (::_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 LinearConstraintsProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 2 |
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 (LinearConstraintsProto &a, LinearConstraintsProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kIdsFieldNumber | |
| kLowerBoundsFieldNumber | |
| kUpperBoundsFieldNumber | |
| kNamesFieldNumber | |
Definition at line 560 of file model.pb.h.
|
inline |
Definition at line 422 of file model.pb.h.
| operations_research::math_opt::LinearConstraintsProto::~LinearConstraintsProto | ( | ) |
Definition at line 1655 of file model.pb.cc.
|
explicit |
|
inline |
Definition at line 435 of file model.pb.h.
|
inlinenoexcept |
Definition at line 436 of file model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::LinearConstraintsProto::LinearConstraintsProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 70 of file model.pb.cc.
|
final |
Definition at line 1822 of file model.pb.cc.
|
inline |
Definition at line 3202 of file model.pb.h.
|
inline |
Definition at line 3252 of file model.pb.h.
|
inline |
Definition at line 3344 of file model.pb.h.
|
inline |
Definition at line 3371 of file model.pb.h.
|
inline |
Definition at line 3302 of file model.pb.h.
|
final |
Definition at line 1883 of file model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::LinearConstraintsProto::Clear | ( | ) |
Definition at line 1790 of file model.pb.cc.
|
inline |
Definition at line 3188 of file model.pb.h.
|
inline |
Definition at line 3238 of file model.pb.h.
|
inline |
Definition at line 3338 of file model.pb.h.
|
inline |
Definition at line 3288 of file model.pb.h.
| void operations_research::math_opt::LinearConstraintsProto::CopyFrom | ( | const LinearConstraintsProto & | from | ) |
Definition at line 1973 of file model.pb.cc.
|
inlinestatic |
Definition at line 470 of file model.pb.h.
|
inlinestatic |
Definition at line 461 of file model.pb.h.
|
inline |
Definition at line 529 of file model.pb.h.
|
inlinestatic |
Definition at line 464 of file model.pb.h.
| google::protobuf::Metadata operations_research::math_opt::LinearConstraintsProto::GetMetadata | ( | ) | const |
Definition at line 1991 of file model.pb.cc.
|
inlinestatic |
Definition at line 467 of file model.pb.h.
|
inline |
Definition at line 3208 of file model.pb.h.
|
inline |
Definition at line 3194 of file model.pb.h.
|
inline |
Definition at line 3185 of file model.pb.h.
|
staticconstexpr |
Definition at line 1702 of file model.pb.cc.
|
inline |
Definition at line 505 of file model.pb.h.
|
inline |
Definition at line 3258 of file model.pb.h.
|
inline |
Definition at line 3244 of file model.pb.h.
|
inline |
Definition at line 3235 of file model.pb.h.
|
inline |
Definition at line 498 of file model.pb.h.
|
inline |
Definition at line 3213 of file model.pb.h.
|
inline |
Definition at line 3263 of file model.pb.h.
|
inline |
Definition at line 3386 of file model.pb.h.
|
inline |
Definition at line 3359 of file model.pb.h.
|
inline |
Definition at line 456 of file model.pb.h.
|
inline |
Definition at line 3313 of file model.pb.h.
|
inline |
Definition at line 3380 of file model.pb.h.
|
inline |
Definition at line 3354 of file model.pb.h.
|
inline |
Definition at line 3335 of file model.pb.h.
|
inline |
Definition at line 492 of file model.pb.h.
|
inline |
Definition at line 438 of file model.pb.h.
|
inlinenoexcept |
Definition at line 442 of file model.pb.h.
|
inline |
Definition at line 3198 of file model.pb.h.
|
inline |
Definition at line 3248 of file model.pb.h.
|
inline |
Definition at line 3365 of file model.pb.h.
|
inline |
Definition at line 3298 of file model.pb.h.
|
inline |
Definition at line 476 of file model.pb.h.
|
inline |
Definition at line 452 of file model.pb.h.
|
inline |
Definition at line 484 of file model.pb.h.
|
inline |
Definition at line 3308 of file model.pb.h.
|
inline |
Definition at line 3294 of file model.pb.h.
|
inline |
Definition at line 3285 of file model.pb.h.
|
friend |
Definition at line 652 of file model.pb.h.
|
friend |
Definition at line 654 of file model.pb.h.
|
friend |
Definition at line 645 of file model.pb.h.
|
friend |
Definition at line 651 of file model.pb.h.
|
friend |
Definition at line 676 of file model.pb.h.
|
friend |
Definition at line 475 of file model.pb.h.
| Impl_ operations_research::math_opt::LinearConstraintsProto::_impl_ |
Definition at line 675 of file model.pb.h.
|
staticconstexpr |
Definition at line 474 of file model.pb.h.