![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1404 of file model.pb.h.
#include <model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kNameFieldNumber = 5 , kLinearCoefficientsFieldNumber = 3 , kQuadraticCoefficientsFieldNumber = 4 , kOffsetFieldNumber = 2 , kPriorityFieldNumber = 6 , kMaximizeFieldNumber = 1 } |
Public Member Functions | |
| ObjectiveProto () | |
| ~ObjectiveProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | ObjectiveProto (::google::protobuf::internal::ConstantInitialized) |
| ObjectiveProto (const ObjectiveProto &from) | |
| ObjectiveProto (ObjectiveProto &&from) noexcept | |
| ObjectiveProto & | operator= (const ObjectiveProto &from) |
| ObjectiveProto & | operator= (ObjectiveProto &&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 (ObjectiveProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (ObjectiveProto *PROTOBUF_NONNULL other) |
| ObjectiveProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const ObjectiveProto &from) |
| void | MergeFrom (const ObjectiveProto &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_coefficients () const |
| void | clear_linear_coefficients () |
| const ::operations_research::math_opt::SparseDoubleVectorProto & | linear_coefficients () const |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | release_linear_coefficients () |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL | mutable_linear_coefficients () |
| void | set_allocated_linear_coefficients (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_linear_coefficients (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | unsafe_arena_release_linear_coefficients () |
| bool | has_quadratic_coefficients () const |
| void | clear_quadratic_coefficients () |
| const ::operations_research::math_opt::SparseDoubleMatrixProto & | quadratic_coefficients () const |
| ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE | release_quadratic_coefficients () |
| ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL | mutable_quadratic_coefficients () |
| void | set_allocated_quadratic_coefficients (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_quadratic_coefficients (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE | unsafe_arena_release_quadratic_coefficients () |
| void | clear_offset () |
| double | offset () const |
| void | set_offset (double value) |
| void | clear_priority () |
| ::int64_t | priority () const |
| void | set_priority (::int64_t value) |
| void | clear_maximize () |
| bool | maximize () const |
| void | set_maximize (bool value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | ObjectiveProto (::_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 ObjectiveProto & | 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_2fmath_5fopt_2fmodel_2eproto |
| void | swap (ObjectiveProto &a, ObjectiveProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kNameFieldNumber | |
| kLinearCoefficientsFieldNumber | |
| kQuadraticCoefficientsFieldNumber | |
| kOffsetFieldNumber | |
| kPriorityFieldNumber | |
| kMaximizeFieldNumber | |
Definition at line 1545 of file model.pb.h.
|
inline |
Definition at line 1407 of file model.pb.h.
| operations_research::math_opt::ObjectiveProto::~ObjectiveProto | ( | ) |
Definition at line 1208 of file model.pb.cc.
|
explicit |
|
inline |
Definition at line 1420 of file model.pb.h.
|
inlinenoexcept |
Definition at line 1421 of file model.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::ObjectiveProto::ObjectiveProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 191 of file model.pb.cc.
|
final |
Definition at line 1375 of file model.pb.cc.
|
final |
Definition at line 1452 of file model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::ObjectiveProto::Clear | ( | ) |
Definition at line 1339 of file model.pb.cc.
| void operations_research::math_opt::ObjectiveProto::clear_linear_coefficients | ( | ) |
Definition at line 1134 of file model.pb.cc.
|
inline |
Definition at line 2851 of file model.pb.h.
|
inline |
Definition at line 3087 of file model.pb.h.
|
inline |
Definition at line 2876 of file model.pb.h.
|
inline |
Definition at line 3152 of file model.pb.h.
| void operations_research::math_opt::ObjectiveProto::clear_quadratic_coefficients | ( | ) |
Definition at line 1140 of file model.pb.cc.
| void operations_research::math_opt::ObjectiveProto::CopyFrom | ( | const ObjectiveProto & | from | ) |
Definition at line 1568 of file model.pb.cc.
|
inlinestatic |
Definition at line 1455 of file model.pb.h.
|
inlinestatic |
Definition at line 1446 of file model.pb.h.
|
inline |
Definition at line 1514 of file model.pb.h.
|
inlinestatic |
Definition at line 1449 of file model.pb.h.
| google::protobuf::Metadata operations_research::math_opt::ObjectiveProto::GetMetadata | ( | ) | const |
Definition at line 1591 of file model.pb.cc.
|
inlinestatic |
Definition at line 1452 of file model.pb.h.
|
inline |
Definition at line 2901 of file model.pb.h.
|
inline |
Definition at line 2994 of file model.pb.h.
|
staticconstexpr |
Definition at line 1234 of file model.pb.cc.
|
inline |
Definition at line 1490 of file model.pb.h.
|
inline |
Definition at line 2911 of file model.pb.h.
|
inline |
Definition at line 2857 of file model.pb.h.
|
inline |
Definition at line 1483 of file model.pb.h.
|
inline |
Definition at line 2965 of file model.pb.h.
|
inline |
Definition at line 3105 of file model.pb.h.
|
inline |
Definition at line 3058 of file model.pb.h.
|
inline |
Definition at line 1441 of file model.pb.h.
|
inline |
Definition at line 3093 of file model.pb.h.
|
inline |
Definition at line 1477 of file model.pb.h.
|
inline |
Definition at line 2882 of file model.pb.h.
|
inline |
Definition at line 1423 of file model.pb.h.
|
inlinenoexcept |
Definition at line 1427 of file model.pb.h.
|
inline |
Definition at line 3158 of file model.pb.h.
|
inline |
Definition at line 3004 of file model.pb.h.
|
inlinenodiscard |
Definition at line 2929 of file model.pb.h.
|
inlinenodiscard |
Definition at line 3124 of file model.pb.h.
|
inlinenodiscard |
Definition at line 3022 of file model.pb.h.
|
inline |
Definition at line 2972 of file model.pb.h.
|
inline |
Definition at line 3137 of file model.pb.h.
|
inline |
Definition at line 3065 of file model.pb.h.
|
inline |
Definition at line 2861 of file model.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::ObjectiveProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 3099 of file model.pb.h.
| void operations_research::math_opt::ObjectiveProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 2886 of file model.pb.h.
|
inline |
Definition at line 3162 of file model.pb.h.
|
inline |
Definition at line 1461 of file model.pb.h.
|
inline |
Definition at line 1437 of file model.pb.h.
|
inline |
Definition at line 2948 of file model.pb.h.
|
inline |
Definition at line 3041 of file model.pb.h.
|
inline |
Definition at line 2915 of file model.pb.h.
|
inline |
Definition at line 3008 of file model.pb.h.
|
inline |
Definition at line 1469 of file model.pb.h.
|
friend |
Definition at line 1638 of file model.pb.h.
|
friend |
Definition at line 1640 of file model.pb.h.
|
friend |
Definition at line 1631 of file model.pb.h.
|
friend |
Definition at line 1637 of file model.pb.h.
|
friend |
Definition at line 1663 of file model.pb.h.
|
friend |
Definition at line 1460 of file model.pb.h.
| Impl_ operations_research::math_opt::ObjectiveProto::_impl_ |
Definition at line 1662 of file model.pb.h.
|
staticconstexpr |
Definition at line 1459 of file model.pb.h.