C++ Reference
C++ Reference: Linear solver
Detailed Description
Definition at line 2024 of file linear_solver.pb.h.
Public Types | |
| enum | : int { kVarIndexFieldNumber = 1, kConstantFieldNumber = 2, kResultantVarIndexFieldNumber = 3 } |
Public Member Functions | |
| MPArrayWithConstantConstraint () | |
| virtual | ~MPArrayWithConstantConstraint () |
| MPArrayWithConstantConstraint (const MPArrayWithConstantConstraint &from) | |
| MPArrayWithConstantConstraint (MPArrayWithConstantConstraint &&from) noexcept | |
| MPArrayWithConstantConstraint & | operator= (const MPArrayWithConstantConstraint &from) |
| MPArrayWithConstantConstraint & | operator= (MPArrayWithConstantConstraint &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPArrayWithConstantConstraint *other) |
| MPArrayWithConstantConstraint * | New () const final |
| MPArrayWithConstantConstraint * | 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 MPArrayWithConstantConstraint &from) |
| void | MergeFrom (const MPArrayWithConstantConstraint &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 () |
| bool | has_constant () const |
| void | clear_constant () |
| double | constant () const |
| void | set_constant (double value) |
| bool | has_resultant_var_index () const |
| void | clear_resultant_var_index () |
| ::PROTOBUF_NAMESPACE_ID::int32 | resultant_var_index () const |
| void | set_resultant_var_index (::PROTOBUF_NAMESPACE_ID::int32 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 MPArrayWithConstantConstraint & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const MPArrayWithConstantConstraint * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarIndexFieldNumber | |
| kConstantFieldNumber | |
| kResultantVarIndexFieldNumber | |
Definition at line 2136 of file linear_solver.pb.h.
Constructor & Destructor Documentation
◆ MPArrayWithConstantConstraint() [1/3]
◆ ~MPArrayWithConstantConstraint()
|
virtual |
◆ MPArrayWithConstantConstraint() [2/3]
| MPArrayWithConstantConstraint | ( | const MPArrayWithConstantConstraint & | from | ) |
◆ MPArrayWithConstantConstraint() [3/3]
|
inlinenoexcept |
Definition at line 2031 of file linear_solver.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_var_index()
|
inline |
Definition at line 5712 of file linear_solver.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_constant()
|
inline |
Definition at line 5743 of file linear_solver.pb.h.
◆ clear_resultant_var_index()
|
inline |
Definition at line 5771 of file linear_solver.pb.h.
◆ clear_var_index()
|
inline |
Definition at line 5695 of file linear_solver.pb.h.
◆ constant()
|
inline |
Definition at line 5750 of file linear_solver.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const MPArrayWithConstantConstraint & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 2056 of file linear_solver.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 2103 of file linear_solver.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 2059 of file linear_solver.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 2062 of file linear_solver.pb.h.
◆ has_constant()
|
inline |
Definition at line 5740 of file linear_solver.pb.h.
◆ has_resultant_var_index()
|
inline |
Definition at line 5768 of file linear_solver.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 2068 of file linear_solver.pb.h.
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const MPArrayWithConstantConstraint & | from | ) |
◆ mutable_unknown_fields()
|
inline |
Definition at line 2052 of file linear_solver.pb.h.
◆ mutable_var_index()
|
inline |
Definition at line 5730 of file linear_solver.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 2085 of file linear_solver.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 2089 of file linear_solver.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 2036 of file linear_solver.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 2040 of file linear_solver.pb.h.
◆ resultant_var_index()
|
inline |
Definition at line 5778 of file linear_solver.pb.h.
◆ set_constant()
|
inline |
Definition at line 5758 of file linear_solver.pb.h.
◆ set_resultant_var_index()
|
inline |
Definition at line 5786 of file linear_solver.pb.h.
◆ set_var_index()
|
inline |
Definition at line 5705 of file linear_solver.pb.h.
◆ Swap()
|
inline |
Definition at line 2078 of file linear_solver.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 2049 of file linear_solver.pb.h.
◆ var_index() [1/2]
|
inline |
Definition at line 5721 of file linear_solver.pb.h.
◆ var_index() [2/2]
|
inline |
Definition at line 5701 of file linear_solver.pb.h.
◆ var_index_size()
|
inline |
Definition at line 5692 of file linear_solver.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 2072 of file linear_solver.pb.h.
The documentation for this class was generated from the following file: