C++ Reference
C++ Reference: Linear solver
Detailed Description
Definition at line 1430 of file linear_solver.pb.h.
Public Types | |
| enum | : int { kVarIndexFieldNumber = 1, kCoefficientFieldNumber = 2, kQvar1IndexFieldNumber = 3, kQvar2IndexFieldNumber = 4, kQcoefficientFieldNumber = 5, kLowerBoundFieldNumber = 6, kUpperBoundFieldNumber = 7 } |
Public Member Functions | |
| MPQuadraticConstraint () | |
| virtual | ~MPQuadraticConstraint () |
| MPQuadraticConstraint (const MPQuadraticConstraint &from) | |
| MPQuadraticConstraint (MPQuadraticConstraint &&from) noexcept | |
| MPQuadraticConstraint & | operator= (const MPQuadraticConstraint &from) |
| MPQuadraticConstraint & | operator= (MPQuadraticConstraint &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPQuadraticConstraint *other) |
| MPQuadraticConstraint * | New () const final |
| MPQuadraticConstraint * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | CopyFrom (const MPQuadraticConstraint &from) |
| void | MergeFrom (const MPQuadraticConstraint &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| ::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| int | var_index_size () const |
| void | clear_var_index () |
| ::PROTOBUF_NAMESPACE_ID::int32 | var_index (int index) const |
| void | set_var_index (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_var_index (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | var_index () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | 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 ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | coefficient () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_coefficient () |
| int | qvar1_index_size () const |
| void | clear_qvar1_index () |
| ::PROTOBUF_NAMESPACE_ID::int32 | qvar1_index (int index) const |
| void | set_qvar1_index (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_qvar1_index (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | qvar1_index () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_qvar1_index () |
| int | qvar2_index_size () const |
| void | clear_qvar2_index () |
| ::PROTOBUF_NAMESPACE_ID::int32 | qvar2_index (int index) const |
| void | set_qvar2_index (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_qvar2_index (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | qvar2_index () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_qvar2_index () |
| int | qcoefficient_size () const |
| void | clear_qcoefficient () |
| double | qcoefficient (int index) const |
| void | set_qcoefficient (int index, double value) |
| void | add_qcoefficient (double value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | qcoefficient () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_qcoefficient () |
| 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) |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const MPQuadraticConstraint & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const MPQuadraticConstraint * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarIndexFieldNumber | |
| kCoefficientFieldNumber | |
| kQvar1IndexFieldNumber | |
| kQvar2IndexFieldNumber | |
| kQcoefficientFieldNumber | |
| kLowerBoundFieldNumber | |
| kUpperBoundFieldNumber | |
Definition at line 1542 of file linear_solver.pb.h.
Constructor & Destructor Documentation
◆ MPQuadraticConstraint() [1/3]
◆ ~MPQuadraticConstraint()
|
virtual |
◆ MPQuadraticConstraint() [2/3]
| MPQuadraticConstraint | ( | const MPQuadraticConstraint & | from | ) |
◆ MPQuadraticConstraint() [3/3]
|
inlinenoexcept |
Definition at line 1437 of file linear_solver.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_coefficient()
|
inline |
Definition at line 5325 of file linear_solver.pb.h.
◆ add_qcoefficient()
|
inline |
Definition at line 5466 of file linear_solver.pb.h.
◆ add_qvar1_index()
|
inline |
Definition at line 5372 of file linear_solver.pb.h.
◆ add_qvar2_index()
|
inline |
Definition at line 5419 of file linear_solver.pb.h.
◆ add_var_index()
|
inline |
Definition at line 5278 of file linear_solver.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_coefficient()
|
inline |
Definition at line 5308 of file linear_solver.pb.h.
◆ clear_lower_bound()
|
inline |
Definition at line 5497 of file linear_solver.pb.h.
◆ clear_qcoefficient()
|
inline |
Definition at line 5449 of file linear_solver.pb.h.
◆ clear_qvar1_index()
|
inline |
Definition at line 5355 of file linear_solver.pb.h.
◆ clear_qvar2_index()
|
inline |
Definition at line 5402 of file linear_solver.pb.h.
◆ clear_upper_bound()
|
inline |
Definition at line 5525 of file linear_solver.pb.h.
◆ clear_var_index()
|
inline |
Definition at line 5261 of file linear_solver.pb.h.
◆ coefficient() [1/2]
|
inline |
Definition at line 5334 of file linear_solver.pb.h.
◆ coefficient() [2/2]
|
inline |
Definition at line 5314 of file linear_solver.pb.h.
◆ coefficient_size()
|
inline |
Definition at line 5305 of file linear_solver.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const MPQuadraticConstraint & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 1462 of file linear_solver.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 1509 of file linear_solver.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 1465 of file linear_solver.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 1468 of file linear_solver.pb.h.
◆ has_lower_bound()
|
inline |
Definition at line 5494 of file linear_solver.pb.h.
◆ has_upper_bound()
|
inline |
Definition at line 5522 of file linear_solver.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 1474 of file linear_solver.pb.h.
◆ IsInitialized()
|
final |
◆ lower_bound()
|
inline |
Definition at line 5504 of file linear_solver.pb.h.
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const MPQuadraticConstraint & | from | ) |
◆ mutable_coefficient()
|
inline |
Definition at line 5343 of file linear_solver.pb.h.
◆ mutable_qcoefficient()
|
inline |
Definition at line 5484 of file linear_solver.pb.h.
◆ mutable_qvar1_index()
|
inline |
Definition at line 5390 of file linear_solver.pb.h.
◆ mutable_qvar2_index()
|
inline |
Definition at line 5437 of file linear_solver.pb.h.
◆ mutable_unknown_fields()
|
inline |
Definition at line 1458 of file linear_solver.pb.h.
◆ mutable_var_index()
|
inline |
Definition at line 5296 of file linear_solver.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 1491 of file linear_solver.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 1495 of file linear_solver.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 1442 of file linear_solver.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 1446 of file linear_solver.pb.h.
◆ qcoefficient() [1/2]
|
inline |
Definition at line 5475 of file linear_solver.pb.h.
◆ qcoefficient() [2/2]
|
inline |
Definition at line 5455 of file linear_solver.pb.h.
◆ qcoefficient_size()
|
inline |
Definition at line 5446 of file linear_solver.pb.h.
◆ qvar1_index() [1/2]
|
inline |
Definition at line 5381 of file linear_solver.pb.h.
◆ qvar1_index() [2/2]
|
inline |
Definition at line 5361 of file linear_solver.pb.h.
◆ qvar1_index_size()
|
inline |
Definition at line 5352 of file linear_solver.pb.h.
◆ qvar2_index() [1/2]
|
inline |
Definition at line 5428 of file linear_solver.pb.h.
◆ qvar2_index() [2/2]
|
inline |
Definition at line 5408 of file linear_solver.pb.h.
◆ qvar2_index_size()
|
inline |
Definition at line 5399 of file linear_solver.pb.h.
◆ set_coefficient()
|
inline |
Definition at line 5318 of file linear_solver.pb.h.
◆ set_lower_bound()
|
inline |
Definition at line 5512 of file linear_solver.pb.h.
◆ set_qcoefficient()
|
inline |
Definition at line 5459 of file linear_solver.pb.h.
◆ set_qvar1_index()
|
inline |
Definition at line 5365 of file linear_solver.pb.h.
◆ set_qvar2_index()
|
inline |
Definition at line 5412 of file linear_solver.pb.h.
◆ set_upper_bound()
|
inline |
Definition at line 5540 of file linear_solver.pb.h.
◆ set_var_index()
|
inline |
Definition at line 5271 of file linear_solver.pb.h.
◆ Swap()
|
inline |
Definition at line 1484 of file linear_solver.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 1455 of file linear_solver.pb.h.
◆ upper_bound()
|
inline |
Definition at line 5532 of file linear_solver.pb.h.
◆ var_index() [1/2]
|
inline |
Definition at line 5287 of file linear_solver.pb.h.
◆ var_index() [2/2]
|
inline |
Definition at line 5267 of file linear_solver.pb.h.
◆ var_index_size()
|
inline |
Definition at line 5258 of file linear_solver.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 1478 of file linear_solver.pb.h.
The documentation for this class was generated from the following file: