#include <linear_solver.pb.h>


Public Member Functions | |
| MPSolutionResponse () | |
| virtual | ~MPSolutionResponse () |
| MPSolutionResponse (const MPSolutionResponse &from) | |
| MPSolutionResponse (MPSolutionResponse &&from) noexcept | |
| MPSolutionResponse & | operator= (const MPSolutionResponse &from) |
| MPSolutionResponse & | operator= (MPSolutionResponse &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPSolutionResponse *other) |
| MPSolutionResponse * | New () const final |
| implements Message -------------------------------------------— More... | |
| MPSolutionResponse * | 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 MPSolutionResponse &from) |
| void | MergeFrom (const MPSolutionResponse &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| bool | MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final |
| void | SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final |
| ::PROTOBUF_NAMESPACE_ID::uint8 * | InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final |
| int | GetCachedSize () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| int | variable_value_size () const |
| nested types -------------------------------------------------— More... | |
| void | clear_variable_value () |
| double | variable_value (int index) const |
| void | set_variable_value (int index, double value) |
| void | add_variable_value (double value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | variable_value () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_variable_value () |
| int | dual_value_size () const |
| repeated double dual_value = 4 [packed = true]; More... | |
| void | clear_dual_value () |
| double | dual_value (int index) const |
| void | set_dual_value (int index, double value) |
| void | add_dual_value (double value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | dual_value () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_dual_value () |
| int | reduced_cost_size () const |
| repeated double reduced_cost = 6 [packed = true]; More... | |
| void | clear_reduced_cost () |
| double | reduced_cost (int index) const |
| void | set_reduced_cost (int index, double value) |
| void | add_reduced_cost (double value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | reduced_cost () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_reduced_cost () |
| bool | has_objective_value () const |
| optional double objective_value = 2; More... | |
| void | clear_objective_value () |
| double | objective_value () const |
| void | set_objective_value (double value) |
| bool | has_best_objective_bound () const |
| optional double best_objective_bound = 5; More... | |
| void | clear_best_objective_bound () |
| double | best_objective_bound () const |
| void | set_best_objective_bound (double value) |
| bool | has_status () const |
| optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS]; More... | |
| void | clear_status () |
| ::operations_research::MPSolverResponseStatus | status () const |
| void | set_status (::operations_research::MPSolverResponseStatus 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 MPSolutionResponse & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const MPSolutionResponse * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const int | kVariableValueFieldNumber = 3 |
| static const int | kDualValueFieldNumber = 4 |
| static const int | kReducedCostFieldNumber = 6 |
| static const int | kObjectiveValueFieldNumber = 2 |
| static const int | kBestObjectiveBoundFieldNumber = 5 |
| static const int | kStatusFieldNumber = 1 |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| struct | ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPSolutionResponse &a, MPSolutionResponse &b) |
Definition at line 2072 of file linear_solver.pb.h.
| operations_research::MPSolutionResponse::MPSolutionResponse | ( | ) |
|
virtual |
| operations_research::MPSolutionResponse::MPSolutionResponse | ( | const MPSolutionResponse & | from | ) |
|
inlinenoexcept |
Definition at line 2079 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.dual_value)
Definition at line 3736 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 3766 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.variable_value)
Definition at line 3706 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.best_objective_bound)
Definition at line 3681 of file linear_solver.pb.h.
|
final |
|
final |
|
inline |
Definition at line 3677 of file linear_solver.pb.h.
|
inline |
Definition at line 3725 of file linear_solver.pb.h.
|
inline |
Definition at line 3659 of file linear_solver.pb.h.
|
inline |
Definition at line 3755 of file linear_solver.pb.h.
|
inline |
Definition at line 3640 of file linear_solver.pb.h.
|
inline |
Definition at line 3695 of file linear_solver.pb.h.
|
final |
| void operations_research::MPSolutionResponse::CopyFrom | ( | const MPSolutionResponse & | from | ) |
|
static |
|
inlinestatic |
Definition at line 2104 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.dual_value)
Definition at line 3728 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.dual_value)
Definition at line 3741 of file linear_solver.pb.h.
|
inline |
repeated double dual_value = 4 [packed = true];
Definition at line 3722 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 2155 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 2107 of file linear_solver.pb.h.
|
final |
|
inlinestatic |
Definition at line 2110 of file linear_solver.pb.h.
|
inline |
optional double best_objective_bound = 5;
Definition at line 3674 of file linear_solver.pb.h.
|
inline |
optional double objective_value = 2;
Definition at line 3656 of file linear_solver.pb.h.
|
inline |
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];
Definition at line 3637 of file linear_solver.pb.h.
|
static |
|
inlinestatic |
Definition at line 2116 of file linear_solver.pb.h.
|
final |
|
final |
|
final |
| void operations_research::MPSolutionResponse::MergeFrom | ( | const MPSolutionResponse & | from | ) |
|
final |
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.dual_value)
Definition at line 3746 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 3776 of file linear_solver.pb.h.
|
inline |
Definition at line 2100 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.variable_value)
Definition at line 3716 of file linear_solver.pb.h.
|
inlinefinal |
implements Message -------------------------------------------—
Definition at line 2130 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 2134 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.objective_value)
Definition at line 3663 of file linear_solver.pb.h.
|
inline |
Definition at line 2084 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 2088 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 3758 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 3771 of file linear_solver.pb.h.
|
inline |
repeated double reduced_cost = 6 [packed = true];
Definition at line 3752 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.best_objective_bound)
Definition at line 3685 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.dual_value)
Definition at line 3732 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.objective_value)
Definition at line 3667 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 3762 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.status)
Definition at line 3648 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.variable_value)
Definition at line 3702 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.status)
Definition at line 3644 of file linear_solver.pb.h.
| void operations_research::MPSolutionResponse::Swap | ( | MPSolutionResponse * | other | ) |
|
inline |
Definition at line 2097 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.variable_value)
Definition at line 3698 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.variable_value)
Definition at line 3711 of file linear_solver.pb.h.
|
inline |
nested types -------------------------------------------------—
repeated double variable_value = 3 [packed = true];
accessors ----------------------------------------------------— repeated double variable_value = 3 [packed = true];
Definition at line 3692 of file linear_solver.pb.h.
|
friend |
Definition at line 2162 of file linear_solver.pb.h.
|
friend |
Definition at line 2261 of file linear_solver.pb.h.
|
friend |
Definition at line 2124 of file linear_solver.pb.h.
|
static |
Definition at line 2234 of file linear_solver.pb.h.
|
static |
Definition at line 2203 of file linear_solver.pb.h.
|
static |
Definition at line 2120 of file linear_solver.pb.h.
|
static |
Definition at line 2227 of file linear_solver.pb.h.
|
static |
Definition at line 2215 of file linear_solver.pb.h.
|
static |
Definition at line 2241 of file linear_solver.pb.h.
|
static |
Definition at line 2191 of file linear_solver.pb.h.