C++ Reference
C++ Reference: Linear solver
Detailed Description
Definition at line 1040 of file linear_solver.pb.h.
Public Types | |
| enum | : int { kConstraintFieldNumber = 3, kVarIndexFieldNumber = 1, kVarValueFieldNumber = 2 } |
Public Member Functions | |
| MPIndicatorConstraint () | |
| virtual | ~MPIndicatorConstraint () |
| MPIndicatorConstraint (const MPIndicatorConstraint &from) | |
| MPIndicatorConstraint (MPIndicatorConstraint &&from) noexcept | |
| MPIndicatorConstraint & | operator= (const MPIndicatorConstraint &from) |
| MPIndicatorConstraint & | operator= (MPIndicatorConstraint &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPIndicatorConstraint *other) |
| MPIndicatorConstraint * | New () const final |
| MPIndicatorConstraint * | 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 MPIndicatorConstraint &from) |
| void | MergeFrom (const MPIndicatorConstraint &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 |
| bool | has_constraint () const |
| void | clear_constraint () |
| const ::operations_research::MPConstraintProto & | constraint () const |
| ::operations_research::MPConstraintProto * | release_constraint () |
| ::operations_research::MPConstraintProto * | mutable_constraint () |
| void | set_allocated_constraint (::operations_research::MPConstraintProto *constraint) |
| bool | has_var_index () const |
| void | clear_var_index () |
| ::PROTOBUF_NAMESPACE_ID::int32 | var_index () const |
| void | set_var_index (::PROTOBUF_NAMESPACE_ID::int32 value) |
| bool | has_var_value () const |
| void | clear_var_value () |
| ::PROTOBUF_NAMESPACE_ID::int32 | var_value () const |
| void | set_var_value (::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 MPIndicatorConstraint & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const MPIndicatorConstraint * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kConstraintFieldNumber | |
| kVarIndexFieldNumber | |
| kVarValueFieldNumber | |
Definition at line 1152 of file linear_solver.pb.h.
Constructor & Destructor Documentation
◆ MPIndicatorConstraint() [1/3]
◆ ~MPIndicatorConstraint()
|
virtual |
◆ MPIndicatorConstraint() [2/3]
| MPIndicatorConstraint | ( | const MPIndicatorConstraint & | from | ) |
◆ MPIndicatorConstraint() [3/3]
|
inlinenoexcept |
Definition at line 1047 of file linear_solver.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_constraint()
|
inline |
Definition at line 5072 of file linear_solver.pb.h.
◆ clear_var_index()
|
inline |
Definition at line 5015 of file linear_solver.pb.h.
◆ clear_var_value()
|
inline |
Definition at line 5043 of file linear_solver.pb.h.
◆ constraint()
|
inline |
Definition at line 5081 of file linear_solver.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const MPIndicatorConstraint & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 1072 of file linear_solver.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 1119 of file linear_solver.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 1075 of file linear_solver.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 1078 of file linear_solver.pb.h.
◆ has_constraint()
|
inline |
Definition at line 5069 of file linear_solver.pb.h.
◆ has_var_index()
|
inline |
Definition at line 5012 of file linear_solver.pb.h.
◆ has_var_value()
|
inline |
Definition at line 5040 of file linear_solver.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 1084 of file linear_solver.pb.h.
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const MPIndicatorConstraint & | from | ) |
◆ mutable_constraint()
|
inline |
Definition at line 5100 of file linear_solver.pb.h.
◆ mutable_unknown_fields()
|
inline |
Definition at line 1068 of file linear_solver.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 1101 of file linear_solver.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 1105 of file linear_solver.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 1052 of file linear_solver.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 1056 of file linear_solver.pb.h.
◆ release_constraint()
|
inline |
Definition at line 5085 of file linear_solver.pb.h.
◆ set_allocated_constraint()
|
inline |
Definition at line 5104 of file linear_solver.pb.h.
◆ set_var_index()
|
inline |
Definition at line 5030 of file linear_solver.pb.h.
◆ set_var_value()
|
inline |
Definition at line 5058 of file linear_solver.pb.h.
◆ Swap()
|
inline |
Definition at line 1094 of file linear_solver.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 1065 of file linear_solver.pb.h.
◆ var_index()
|
inline |
Definition at line 5022 of file linear_solver.pb.h.
◆ var_value()
|
inline |
Definition at line 5050 of file linear_solver.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 1088 of file linear_solver.pb.h.
The documentation for this class was generated from the following file: