C++ Reference
C++ Reference: Linear solver
Detailed Description
Definition at line 2400 of file linear_solver.pb.h.
Public Types | |
| enum | : int { kVarIndexFieldNumber = 1, kVarValueFieldNumber = 2 } |
Public Member Functions | |
| PartialVariableAssignment () | |
| virtual | ~PartialVariableAssignment () |
| PartialVariableAssignment (const PartialVariableAssignment &from) | |
| PartialVariableAssignment (PartialVariableAssignment &&from) noexcept | |
| PartialVariableAssignment & | operator= (const PartialVariableAssignment &from) |
| PartialVariableAssignment & | operator= (PartialVariableAssignment &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (PartialVariableAssignment *other) |
| PartialVariableAssignment * | New () const final |
| PartialVariableAssignment * | 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 PartialVariableAssignment &from) |
| void | MergeFrom (const PartialVariableAssignment &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 | var_value_size () const |
| void | clear_var_value () |
| double | var_value (int index) const |
| void | set_var_value (int index, double value) |
| void | add_var_value (double value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | var_value () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_var_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 PartialVariableAssignment & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const PartialVariableAssignment * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVarIndexFieldNumber | |
| kVarValueFieldNumber | |
Definition at line 2512 of file linear_solver.pb.h.
Constructor & Destructor Documentation
◆ PartialVariableAssignment() [1/3]
◆ ~PartialVariableAssignment()
|
virtual |
◆ PartialVariableAssignment() [2/3]
| PartialVariableAssignment | ( | const PartialVariableAssignment & | from | ) |
◆ PartialVariableAssignment() [3/3]
|
inlinenoexcept |
Definition at line 2407 of file linear_solver.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_var_index()
|
inline |
Definition at line 5964 of file linear_solver.pb.h.
◆ add_var_value()
|
inline |
Definition at line 6011 of file linear_solver.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_var_index()
|
inline |
Definition at line 5947 of file linear_solver.pb.h.
◆ clear_var_value()
|
inline |
Definition at line 5994 of file linear_solver.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const PartialVariableAssignment & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 2432 of file linear_solver.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 2479 of file linear_solver.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 2435 of file linear_solver.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 2438 of file linear_solver.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 2444 of file linear_solver.pb.h.
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const PartialVariableAssignment & | from | ) |
◆ mutable_unknown_fields()
|
inline |
Definition at line 2428 of file linear_solver.pb.h.
◆ mutable_var_index()
|
inline |
Definition at line 5982 of file linear_solver.pb.h.
◆ mutable_var_value()
|
inline |
Definition at line 6029 of file linear_solver.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 2461 of file linear_solver.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 2465 of file linear_solver.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 2412 of file linear_solver.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 2416 of file linear_solver.pb.h.
◆ set_var_index()
|
inline |
Definition at line 5957 of file linear_solver.pb.h.
◆ set_var_value()
|
inline |
Definition at line 6004 of file linear_solver.pb.h.
◆ Swap()
|
inline |
Definition at line 2454 of file linear_solver.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 2425 of file linear_solver.pb.h.
◆ var_index() [1/2]
|
inline |
Definition at line 5973 of file linear_solver.pb.h.
◆ var_index() [2/2]
|
inline |
Definition at line 5953 of file linear_solver.pb.h.
◆ var_index_size()
|
inline |
Definition at line 5944 of file linear_solver.pb.h.
◆ var_value() [1/2]
|
inline |
Definition at line 6020 of file linear_solver.pb.h.
◆ var_value() [2/2]
|
inline |
Definition at line 6000 of file linear_solver.pb.h.
◆ var_value_size()
|
inline |
Definition at line 5991 of file linear_solver.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 2448 of file linear_solver.pb.h.
The documentation for this class was generated from the following file: