![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1150 of file model.pb.h.
#include <model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kNameFieldNumber = 5 , kLinearTermsFieldNumber = 1 , kQuadraticTermsFieldNumber = 2 , kLowerBoundFieldNumber = 3 , kUpperBoundFieldNumber = 4 } |
Public Member Functions | |
| QuadraticConstraintProto () | |
| ~QuadraticConstraintProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | QuadraticConstraintProto (::google::protobuf::internal::ConstantInitialized) |
| QuadraticConstraintProto (const QuadraticConstraintProto &from) | |
| QuadraticConstraintProto (QuadraticConstraintProto &&from) noexcept | |
| QuadraticConstraintProto & | operator= (const QuadraticConstraintProto &from) |
| QuadraticConstraintProto & | operator= (QuadraticConstraintProto &&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 (QuadraticConstraintProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (QuadraticConstraintProto *PROTOBUF_NONNULL other) |
| QuadraticConstraintProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const QuadraticConstraintProto &from) |
| void | MergeFrom (const QuadraticConstraintProto &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_linear_terms () const |
| void | clear_linear_terms () |
| const ::operations_research::math_opt::SparseDoubleVectorProto & | linear_terms () const |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | release_linear_terms () |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL | mutable_linear_terms () |
| void | set_allocated_linear_terms (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_linear_terms (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | unsafe_arena_release_linear_terms () |
| bool | has_quadratic_terms () const |
| void | clear_quadratic_terms () |
| const ::operations_research::math_opt::SparseDoubleMatrixProto & | quadratic_terms () const |
| ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE | release_quadratic_terms () |
| ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL | mutable_quadratic_terms () |
| void | set_allocated_quadratic_terms (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_quadratic_terms (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE | unsafe_arena_release_quadratic_terms () |
| 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) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | QuadraticConstraintProto (::_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 QuadraticConstraintProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 3 |
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 (QuadraticConstraintProto &a, QuadraticConstraintProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kNameFieldNumber | |
| kLinearTermsFieldNumber | |
| kQuadraticTermsFieldNumber | |
| kLowerBoundFieldNumber | |
| kUpperBoundFieldNumber | |
Definition at line 1291 of file model.pb.h.
|
inline |
Definition at line 1153 of file model.pb.h.
| operations_research::math_opt::QuadraticConstraintProto::~QuadraticConstraintProto | ( | ) |
Definition at line 2079 of file model.pb.cc.
|
explicit |
|
inline |
Definition at line 1166 of file model.pb.h.
|
inlinenoexcept |
Definition at line 1167 of file model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::QuadraticConstraintProto::QuadraticConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 159 of file model.pb.cc.
|
final |
Definition at line 2241 of file model.pb.cc.
|
final |
Definition at line 2309 of file model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::QuadraticConstraintProto::Clear | ( | ) |
Definition at line 2205 of file model.pb.cc.
| void operations_research::math_opt::QuadraticConstraintProto::clear_linear_terms | ( | ) |
Definition at line 2005 of file model.pb.cc.
|
inline |
Definition at line 3595 of file model.pb.h.
|
inline |
Definition at line 3645 of file model.pb.h.
| void operations_research::math_opt::QuadraticConstraintProto::clear_quadratic_terms | ( | ) |
Definition at line 2011 of file model.pb.cc.
|
inline |
Definition at line 3620 of file model.pb.h.
| void operations_research::math_opt::QuadraticConstraintProto::CopyFrom | ( | const QuadraticConstraintProto & | from | ) |
Definition at line 2413 of file model.pb.cc.
|
inlinestatic |
Definition at line 1201 of file model.pb.h.
|
inlinestatic |
Definition at line 1192 of file model.pb.h.
|
inline |
Definition at line 1260 of file model.pb.h.
|
inlinestatic |
Definition at line 1195 of file model.pb.h.
| google::protobuf::Metadata operations_research::math_opt::QuadraticConstraintProto::GetMetadata | ( | ) | const |
Definition at line 2436 of file model.pb.cc.
|
inlinestatic |
Definition at line 1198 of file model.pb.h.
|
inline |
Definition at line 3409 of file model.pb.h.
|
inline |
Definition at line 3502 of file model.pb.h.
|
staticconstexpr |
Definition at line 2105 of file model.pb.cc.
|
inline |
Definition at line 1236 of file model.pb.h.
|
inline |
Definition at line 3419 of file model.pb.h.
|
inline |
Definition at line 3601 of file model.pb.h.
|
inline |
Definition at line 1229 of file model.pb.h.
|
inline |
Definition at line 3473 of file model.pb.h.
|
inline |
Definition at line 3663 of file model.pb.h.
|
inline |
Definition at line 3566 of file model.pb.h.
|
inline |
Definition at line 1187 of file model.pb.h.
|
inline |
Definition at line 3651 of file model.pb.h.
|
inline |
Definition at line 1223 of file model.pb.h.
|
inline |
Definition at line 1169 of file model.pb.h.
|
inlinenoexcept |
Definition at line 1173 of file model.pb.h.
|
inline |
Definition at line 3512 of file model.pb.h.
|
inlinenodiscard |
Definition at line 3437 of file model.pb.h.
|
inlinenodiscard |
Definition at line 3682 of file model.pb.h.
|
inlinenodiscard |
Definition at line 3530 of file model.pb.h.
|
inline |
Definition at line 3480 of file model.pb.h.
|
inline |
Definition at line 3695 of file model.pb.h.
|
inline |
Definition at line 3573 of file model.pb.h.
|
inline |
Definition at line 3605 of file model.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::QuadraticConstraintProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 3657 of file model.pb.h.
| void operations_research::math_opt::QuadraticConstraintProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 3630 of file model.pb.h.
|
inline |
Definition at line 1207 of file model.pb.h.
|
inline |
Definition at line 1183 of file model.pb.h.
|
inline |
Definition at line 3456 of file model.pb.h.
|
inline |
Definition at line 3549 of file model.pb.h.
|
inline |
Definition at line 3423 of file model.pb.h.
|
inline |
Definition at line 3516 of file model.pb.h.
|
inline |
Definition at line 1215 of file model.pb.h.
|
inline |
Definition at line 3626 of file model.pb.h.
|
friend |
Definition at line 1373 of file model.pb.h.
|
friend |
Definition at line 1375 of file model.pb.h.
|
friend |
Definition at line 1366 of file model.pb.h.
|
friend |
Definition at line 1372 of file model.pb.h.
|
friend |
Definition at line 1397 of file model.pb.h.
|
friend |
Definition at line 1206 of file model.pb.h.
| Impl_ operations_research::math_opt::QuadraticConstraintProto::_impl_ |
Definition at line 1396 of file model.pb.h.
|
staticconstexpr |
Definition at line 1205 of file model.pb.h.