![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1719 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kQvar1IndexFieldNumber = 1 , kQvar2IndexFieldNumber = 2 , kCoefficientFieldNumber = 3 } |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| MPQuadraticObjective () | |
| ~MPQuadraticObjective () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPQuadraticObjective (::google::protobuf::internal::ConstantInitialized) |
| MPQuadraticObjective (const MPQuadraticObjective &from) | |
| MPQuadraticObjective (MPQuadraticObjective &&from) noexcept | |
| MPQuadraticObjective & | operator= (const MPQuadraticObjective &from) |
| MPQuadraticObjective & | operator= (MPQuadraticObjective &&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 (MPQuadraticObjective *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPQuadraticObjective *PROTOBUF_NONNULL other) |
| MPQuadraticObjective *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| implements Message -------------------------------------------— | |
| void | CopyFrom (const MPQuadraticObjective &from) |
| void | MergeFrom (const MPQuadraticObjective &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 | qvar1_index_size () const |
| repeated int32 qvar1_index = 1; | |
| void | clear_qvar1_index () |
| ::int32_t | qvar1_index (int index) const |
| void | set_qvar1_index (int index, ::int32_t value) |
| void | add_qvar1_index (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | qvar1_index () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_qvar1_index () |
| int | qvar2_index_size () const |
| repeated int32 qvar2_index = 2; | |
| void | clear_qvar2_index () |
| ::int32_t | qvar2_index (int index) const |
| void | set_qvar2_index (int index, ::int32_t value) |
| void | add_qvar2_index (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | qvar2_index () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_qvar2_index () |
| int | coefficient_size () const |
| repeated double coefficient = 3; | |
| 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 () |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPQuadraticObjective (::_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 MPQuadraticObjective & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 9 |
Protected Member Functions | |
| MPQuadraticObjective (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
| MPQuadraticObjective (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const MPQuadraticObjective &from) | |
| MPQuadraticObjective (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, MPQuadraticObjective &&from) noexcept | |
| const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
| static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
| static constexpr auto | InternalNewImpl_ () |
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 (MPQuadraticObjective &a, MPQuadraticObjective &b) |
| anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
| Enumerator | |
|---|---|
| kQvar1IndexFieldNumber | |
| kQvar2IndexFieldNumber | |
| kCoefficientFieldNumber | |
Definition at line 1861 of file linear_solver.pb.h.
|
inline |
Definition at line 1722 of file linear_solver.pb.h.
| operations_research::MPQuadraticObjective::~MPQuadraticObjective | ( | ) |
@protoc_insertion_point(destructor:operations_research.MPQuadraticObjective)
Definition at line 4647 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 1735 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 1736 of file linear_solver.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.MPQuadraticObjective)
Definition at line 4602 of file linear_solver.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.MPQuadraticObjective)
Definition at line 4620 of file linear_solver.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1843 of file linear_solver.pb.h.
| PROTOBUF_CONSTEXPR operations_research::MPQuadraticObjective::MPQuadraticObjective | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 200 of file linear_solver.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.MPQuadraticObjective)
repeated int32 qvar1_index = 1;
repeated int32 qvar2_index = 2;
repeated double coefficient = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.MPQuadraticObjective)
Definition at line 4786 of file linear_solver.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPQuadraticObjective.coefficient)
Definition at line 7862 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPQuadraticObjective.qvar1_index)
Definition at line 7770 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPQuadraticObjective.qvar2_index)
Definition at line 7816 of file linear_solver.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.MPQuadraticObjective)
Prevent compiler warnings about cached_has_bits being unused
repeated int32 qvar1_index = 1;
repeated int32 qvar2_index = 2;
repeated double coefficient = 3;
Definition at line 4829 of file linear_solver.pb.cc.
| PROTOBUF_NOINLINE void operations_research::MPQuadraticObjective::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.MPQuadraticObjective)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 4767 of file linear_solver.pb.cc.
|
inline |
Definition at line 7850 of file linear_solver.pb.h.
|
inline |
Definition at line 7758 of file linear_solver.pb.h.
|
inline |
Definition at line 7804 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPQuadraticObjective.coefficient)
Definition at line 7867 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPQuadraticObjective.coefficient)
Definition at line 7854 of file linear_solver.pb.h.
|
inline |
repeated double coefficient = 3;
Definition at line 7847 of file linear_solver.pb.h.
| void operations_research::MPQuadraticObjective::CopyFrom | ( | const MPQuadraticObjective & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.MPQuadraticObjective)
Definition at line 4884 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 1770 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1761 of file linear_solver.pb.h.
|
inline |
Definition at line 1829 of file linear_solver.pb.h.
|
protected |
Definition at line 4715 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 1764 of file linear_solver.pb.h.
| google::protobuf::Metadata operations_research::MPQuadraticObjective::GetMetadata | ( | ) | const |
Definition at line 4900 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 1767 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 4687 of file linear_solver.pb.cc.
|
staticconstexprprotected |
Definition at line 4663 of file linear_solver.pb.cc.
|
inline |
Definition at line 1805 of file linear_solver.pb.h.
|
inline |
Definition at line 1798 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPQuadraticObjective.coefficient)
Definition at line 7872 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPQuadraticObjective.qvar1_index)
Definition at line 7780 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPQuadraticObjective.qvar2_index)
Definition at line 7826 of file linear_solver.pb.h.
|
inline |
Definition at line 1756 of file linear_solver.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1792 of file linear_solver.pb.h.
|
inline |
Definition at line 1738 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 1742 of file linear_solver.pb.h.
|
inlinestaticprotected |
Definition at line 4658 of file linear_solver.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPQuadraticObjective.qvar1_index)
Definition at line 7775 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPQuadraticObjective.qvar1_index)
Definition at line 7762 of file linear_solver.pb.h.
|
inline |
repeated int32 qvar1_index = 1;
Definition at line 7755 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPQuadraticObjective.qvar2_index)
Definition at line 7821 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPQuadraticObjective.qvar2_index)
Definition at line 7808 of file linear_solver.pb.h.
|
inline |
repeated int32 qvar2_index = 2;
Definition at line 7801 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPQuadraticObjective.coefficient)
Definition at line 7858 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPQuadraticObjective.qvar1_index)
Definition at line 7766 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPQuadraticObjective.qvar2_index)
Definition at line 7812 of file linear_solver.pb.h.
|
inline |
Definition at line 1776 of file linear_solver.pb.h.
|
inline |
Definition at line 1752 of file linear_solver.pb.h.
|
inline |
Definition at line 1784 of file linear_solver.pb.h.
|
friend |
Definition at line 1930 of file linear_solver.pb.h.
|
friend |
Definition at line 1932 of file linear_solver.pb.h.
|
friend |
Definition at line 1923 of file linear_solver.pb.h.
|
friend |
Definition at line 1929 of file linear_solver.pb.h.
|
friend |
Definition at line 1951 of file linear_solver.pb.h.
|
friend |
Definition at line 1775 of file linear_solver.pb.h.
| Impl_ operations_research::MPQuadraticObjective::_impl_ |
Definition at line 1950 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1774 of file linear_solver.pb.h.