![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1670 of file model.pb.h.
#include <model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kNameFieldNumber = 5 , kExpressionFieldNumber = 2 , kIndicatorIdFieldNumber = 1 , kLowerBoundFieldNumber = 3 , kUpperBoundFieldNumber = 4 , kActivateOnZeroFieldNumber = 6 } |
Public Member Functions | |
| IndicatorConstraintProto () | |
| ~IndicatorConstraintProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | IndicatorConstraintProto (::google::protobuf::internal::ConstantInitialized) |
| IndicatorConstraintProto (const IndicatorConstraintProto &from) | |
| IndicatorConstraintProto (IndicatorConstraintProto &&from) noexcept | |
| IndicatorConstraintProto & | operator= (const IndicatorConstraintProto &from) |
| IndicatorConstraintProto & | operator= (IndicatorConstraintProto &&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 (IndicatorConstraintProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (IndicatorConstraintProto *PROTOBUF_NONNULL other) |
| IndicatorConstraintProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const IndicatorConstraintProto &from) |
| void | MergeFrom (const IndicatorConstraintProto &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 |
| 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_expression () const |
| void | clear_expression () |
| const ::operations_research::math_opt::SparseDoubleVectorProto & | expression () const |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | release_expression () |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL | mutable_expression () |
| void | set_allocated_expression (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_expression (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | unsafe_arena_release_expression () |
| bool | has_indicator_id () const |
| void | clear_indicator_id () |
| ::int64_t | indicator_id () const |
| void | set_indicator_id (::int64_t value) |
| void | clear_lower_bound () |
| double | lower_bound () const |
| void | set_lower_bound (double value) |
| void | clear_upper_bound () |
| double | upper_bound () const |
| void | set_upper_bound (double value) |
| void | clear_activate_on_zero () |
| bool | activate_on_zero () const |
| void | set_activate_on_zero (bool value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | IndicatorConstraintProto (::_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 IndicatorConstraintProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 6 |
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 (IndicatorConstraintProto &a, IndicatorConstraintProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kNameFieldNumber | |
| kExpressionFieldNumber | |
| kIndicatorIdFieldNumber | |
| kLowerBoundFieldNumber | |
| kUpperBoundFieldNumber | |
| kActivateOnZeroFieldNumber | |
Definition at line 1811 of file model.pb.h.
|
inline |
Definition at line 1673 of file model.pb.h.
| operations_research::math_opt::IndicatorConstraintProto::~IndicatorConstraintProto | ( | ) |
Definition at line 3275 of file model.pb.cc.
|
explicit |
|
inline |
Definition at line 1686 of file model.pb.h.
|
inlinenoexcept |
Definition at line 1687 of file model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::IndicatorConstraintProto::IndicatorConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 223 of file model.pb.cc.
|
final |
Definition at line 3436 of file model.pb.cc.
|
inline |
Definition at line 4133 of file model.pb.h.
|
final |
Definition at line 3513 of file model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::IndicatorConstraintProto::Clear | ( | ) |
Definition at line 3404 of file model.pb.cc.
|
inline |
Definition at line 4127 of file model.pb.h.
| void operations_research::math_opt::IndicatorConstraintProto::clear_expression | ( | ) |
Definition at line 3210 of file model.pb.cc.
|
inline |
Definition at line 4102 of file model.pb.h.
|
inline |
Definition at line 4245 of file model.pb.h.
|
inline |
Definition at line 4295 of file model.pb.h.
|
inline |
Definition at line 4270 of file model.pb.h.
| void operations_research::math_opt::IndicatorConstraintProto::CopyFrom | ( | const IndicatorConstraintProto & | from | ) |
Definition at line 3623 of file model.pb.cc.
|
inlinestatic |
Definition at line 1721 of file model.pb.h.
|
inlinestatic |
Definition at line 1712 of file model.pb.h.
|
inline |
Definition at line 4162 of file model.pb.h.
|
inline |
Definition at line 1780 of file model.pb.h.
|
inlinestatic |
Definition at line 1715 of file model.pb.h.
| google::protobuf::Metadata operations_research::math_opt::IndicatorConstraintProto::GetMetadata | ( | ) | const |
Definition at line 3646 of file model.pb.cc.
|
inlinestatic |
Definition at line 1718 of file model.pb.h.
|
inline |
Definition at line 4152 of file model.pb.h.
|
inline |
Definition at line 4098 of file model.pb.h.
|
inline |
Definition at line 4108 of file model.pb.h.
|
staticconstexpr |
Definition at line 3300 of file model.pb.cc.
|
inline |
Definition at line 1756 of file model.pb.h.
|
inline |
Definition at line 4251 of file model.pb.h.
|
inline |
Definition at line 1749 of file model.pb.h.
|
inline |
Definition at line 4216 of file model.pb.h.
|
inline |
Definition at line 4313 of file model.pb.h.
|
inline |
Definition at line 1707 of file model.pb.h.
|
inline |
Definition at line 4301 of file model.pb.h.
|
inline |
Definition at line 1743 of file model.pb.h.
|
inline |
Definition at line 1689 of file model.pb.h.
|
inlinenoexcept |
Definition at line 1693 of file model.pb.h.
|
inlinenodiscard |
Definition at line 4180 of file model.pb.h.
|
inlinenodiscard |
Definition at line 4332 of file model.pb.h.
|
inline |
Definition at line 4137 of file model.pb.h.
|
inline |
Definition at line 4223 of file model.pb.h.
|
inline |
Definition at line 4345 of file model.pb.h.
|
inline |
Definition at line 4112 of file model.pb.h.
|
inline |
Definition at line 4255 of file model.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::IndicatorConstraintProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 4307 of file model.pb.h.
| void operations_research::math_opt::IndicatorConstraintProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 4280 of file model.pb.h.
|
inline |
Definition at line 1727 of file model.pb.h.
|
inline |
Definition at line 1703 of file model.pb.h.
|
inline |
Definition at line 4199 of file model.pb.h.
|
inline |
Definition at line 4166 of file model.pb.h.
|
inline |
Definition at line 1735 of file model.pb.h.
|
inline |
Definition at line 4276 of file model.pb.h.
|
friend |
Definition at line 1900 of file model.pb.h.
|
friend |
Definition at line 1902 of file model.pb.h.
|
friend |
Definition at line 1893 of file model.pb.h.
|
friend |
Definition at line 1899 of file model.pb.h.
|
friend |
Definition at line 1925 of file model.pb.h.
|
friend |
Definition at line 1726 of file model.pb.h.
| Impl_ operations_research::math_opt::IndicatorConstraintProto::_impl_ |
Definition at line 1924 of file model.pb.h.
|
staticconstexpr |
Definition at line 1725 of file model.pb.h.