![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 2538 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVarIndexFieldNumber = 6 , kCoefficientFieldNumber = 7 , kNameFieldNumber = 4 , kIsLazyFieldNumber = 5 , kLowerBoundFieldNumber = 2 , kUpperBoundFieldNumber = 3 } |
Public Member Functions | |
| MPConstraintProto () | |
| ~MPConstraintProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPConstraintProto (::google::protobuf::internal::ConstantInitialized) |
| MPConstraintProto (const MPConstraintProto &from) | |
| MPConstraintProto (MPConstraintProto &&from) noexcept | |
| MPConstraintProto & | operator= (const MPConstraintProto &from) |
| MPConstraintProto & | operator= (MPConstraintProto &&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 (MPConstraintProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPConstraintProto *PROTOBUF_NONNULL other) |
| MPConstraintProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPConstraintProto &from) |
| void | MergeFrom (const MPConstraintProto &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 | var_index_size () const |
| void | clear_var_index () |
| ::int32_t | var_index (int index) const |
| void | set_var_index (int index, ::int32_t value) |
| void | add_var_index (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | var_index () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_var_index () |
| int | coefficient_size () const |
| void | clear_coefficient () |
| double | coefficient (int index) const |
| void | set_coefficient (int index, double value) |
| void | add_coefficient (double value) |
| const ::google::protobuf::RepeatedField< double > & | coefficient () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_coefficient () |
| bool | has_name () const |
| void | clear_name () |
| 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) |
| bool | has_is_lazy () const |
| void | clear_is_lazy () |
| bool | is_lazy () const |
| void | set_is_lazy (bool value) |
| bool | has_lower_bound () const |
| void | clear_lower_bound () |
| double | lower_bound () const |
| void | set_lower_bound (double value) |
| bool | has_upper_bound () const |
| void | clear_upper_bound () |
| double | upper_bound () const |
| void | set_upper_bound (double value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPConstraintProto (::_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 MPConstraintProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 1 |
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_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPConstraintProto &a, MPConstraintProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarIndexFieldNumber | |
| kCoefficientFieldNumber | |
| kNameFieldNumber | |
| kIsLazyFieldNumber | |
| kLowerBoundFieldNumber | |
| kUpperBoundFieldNumber | |
Definition at line 2679 of file linear_solver.pb.h.
|
inline |
Definition at line 2541 of file linear_solver.pb.h.
| operations_research::MPConstraintProto::~MPConstraintProto | ( | ) |
Definition at line 1625 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 2554 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 2555 of file linear_solver.pb.h.
| PROTOBUF_CONSTEXPR operations_research::MPConstraintProto::MPConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 299 of file linear_solver.pb.cc.
|
final |
Definition at line 1798 of file linear_solver.pb.cc.
|
inline |
Definition at line 6003 of file linear_solver.pb.h.
|
inline |
Definition at line 5953 of file linear_solver.pb.h.
|
final |
Definition at line 1869 of file linear_solver.pb.cc.
| PROTOBUF_NOINLINE void operations_research::MPConstraintProto::Clear | ( | ) |
Definition at line 1764 of file linear_solver.pb.cc.
|
inline |
Definition at line 5989 of file linear_solver.pb.h.
|
inline |
Definition at line 6164 of file linear_solver.pb.h.
|
inline |
Definition at line 6037 of file linear_solver.pb.h.
|
inline |
Definition at line 6095 of file linear_solver.pb.h.
|
inline |
Definition at line 6066 of file linear_solver.pb.h.
|
inline |
Definition at line 5939 of file linear_solver.pb.h.
|
inline |
Definition at line 6009 of file linear_solver.pb.h.
|
inline |
Definition at line 5995 of file linear_solver.pb.h.
|
inline |
Definition at line 5986 of file linear_solver.pb.h.
| void operations_research::MPConstraintProto::CopyFrom | ( | const MPConstraintProto & | from | ) |
Definition at line 1950 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 2589 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 2580 of file linear_solver.pb.h.
|
inline |
Definition at line 2648 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 2583 of file linear_solver.pb.h.
| google::protobuf::Metadata operations_research::MPConstraintProto::GetMetadata | ( | ) | const |
Definition at line 1975 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 2586 of file linear_solver.pb.h.
|
inline |
Definition at line 6160 of file linear_solver.pb.h.
|
inline |
Definition at line 6033 of file linear_solver.pb.h.
|
inline |
Definition at line 6091 of file linear_solver.pb.h.
|
inline |
Definition at line 6062 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1665 of file linear_solver.pb.cc.
|
inline |
Definition at line 6170 of file linear_solver.pb.h.
|
inline |
Definition at line 2624 of file linear_solver.pb.h.
|
inline |
Definition at line 6043 of file linear_solver.pb.h.
|
inline |
Definition at line 2617 of file linear_solver.pb.h.
|
inline |
Definition at line 6014 of file linear_solver.pb.h.
|
inline |
Definition at line 6113 of file linear_solver.pb.h.
|
inline |
Definition at line 2575 of file linear_solver.pb.h.
|
inline |
Definition at line 5964 of file linear_solver.pb.h.
|
inline |
Definition at line 6101 of file linear_solver.pb.h.
|
inline |
Definition at line 2611 of file linear_solver.pb.h.
|
inline |
Definition at line 2557 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 2561 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 6132 of file linear_solver.pb.h.
|
inline |
Definition at line 6145 of file linear_solver.pb.h.
|
inline |
Definition at line 5999 of file linear_solver.pb.h.
|
inline |
Definition at line 6174 of file linear_solver.pb.h.
|
inline |
Definition at line 6047 of file linear_solver.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::MPConstraintProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 6107 of file linear_solver.pb.h.
| void operations_research::MPConstraintProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 6076 of file linear_solver.pb.h.
|
inline |
Definition at line 5949 of file linear_solver.pb.h.
|
inline |
Definition at line 2595 of file linear_solver.pb.h.
|
inline |
Definition at line 2571 of file linear_solver.pb.h.
|
inline |
Definition at line 2603 of file linear_solver.pb.h.
|
inline |
Definition at line 6072 of file linear_solver.pb.h.
|
inline |
Definition at line 5959 of file linear_solver.pb.h.
|
inline |
Definition at line 5945 of file linear_solver.pb.h.
|
inline |
Definition at line 5936 of file linear_solver.pb.h.
|
friend |
Definition at line 2782 of file linear_solver.pb.h.
|
friend |
Definition at line 2784 of file linear_solver.pb.h.
|
friend |
Definition at line 2775 of file linear_solver.pb.h.
|
friend |
Definition at line 2781 of file linear_solver.pb.h.
|
friend |
Definition at line 2808 of file linear_solver.pb.h.
|
friend |
Definition at line 2594 of file linear_solver.pb.h.
| Impl_ operations_research::MPConstraintProto::_impl_ |
Definition at line 2807 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 2593 of file linear_solver.pb.h.