![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 462 of file solution.pb.h.
#include <solution.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVariableValuesFieldNumber = 1 , kObjectiveValueFieldNumber = 2 , kFeasibilityStatusFieldNumber = 3 , kAuxiliaryObjectiveValuesFieldNumber = 4 } |
Public Member Functions | |
| PrimalSolutionProto () | |
| ~PrimalSolutionProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | PrimalSolutionProto (::google::protobuf::internal::ConstantInitialized) |
| PrimalSolutionProto (const PrimalSolutionProto &from) | |
| PrimalSolutionProto (PrimalSolutionProto &&from) noexcept | |
| PrimalSolutionProto & | operator= (const PrimalSolutionProto &from) |
| PrimalSolutionProto & | operator= (PrimalSolutionProto &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND |
| inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL | mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND |
| void | Swap (PrimalSolutionProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (PrimalSolutionProto *PROTOBUF_NONNULL other) |
| PrimalSolutionProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const PrimalSolutionProto &from) |
| void | MergeFrom (const PrimalSolutionProto &from) |
| bool | IsInitialized () const |
| ABSL_ATTRIBUTE_REINITIALIZES void | Clear () PROTOBUF_FINAL |
| ::size_t | ByteSizeLong () const final |
| ::uint8_t *PROTOBUF_NONNULL | _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final |
| int | GetCachedSize () const |
| ::google::protobuf::Metadata | GetMetadata () const |
| bool | has_variable_values () const |
| void | clear_variable_values () |
| const ::operations_research::math_opt::SparseDoubleVectorProto & | variable_values () const |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | release_variable_values () |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL | mutable_variable_values () |
| void | set_allocated_variable_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_variable_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE | unsafe_arena_release_variable_values () |
| void | clear_objective_value () |
| double | objective_value () const |
| void | set_objective_value (double value) |
| void | clear_feasibility_status () |
| ::operations_research::math_opt::SolutionStatusProto | feasibility_status () const |
| void | set_feasibility_status (::operations_research::math_opt::SolutionStatusProto value) |
| int | auxiliary_objective_values_size () const |
| void | clear_auxiliary_objective_values () |
| const ::google::protobuf::Map<::int64_t, double > & | auxiliary_objective_values () const |
| ::google::protobuf::Map<::int64_t, double > *PROTOBUF_NONNULL | mutable_auxiliary_objective_values () |
| template<typename> | |
| PROTOBUF_CONSTEXPR | PrimalSolutionProto (::_pbi::ConstantInitialized) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | descriptor () |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | GetDescriptor () |
| static const ::google::protobuf::Reflection *PROTOBUF_NONNULL | GetReflection () |
| static const PrimalSolutionProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 1 |
Friends | |
| class | ::google::protobuf::internal::TcParser |
| class | ::google::protobuf::MessageLite |
| class | ::google::protobuf::Arena |
| template<typename T> | |
| class | ::google::protobuf::Arena::InternalHelper |
| struct | ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto |
| void | swap (PrimalSolutionProto &a, PrimalSolutionProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kVariableValuesFieldNumber | |
| kObjectiveValueFieldNumber | |
| kFeasibilityStatusFieldNumber | |
| kAuxiliaryObjectiveValuesFieldNumber | |
Definition at line 603 of file solution.pb.h.
|
inline |
Definition at line 465 of file solution.pb.h.
| operations_research::math_opt::PrimalSolutionProto::~PrimalSolutionProto | ( | ) |
Definition at line 601 of file solution.pb.cc.
|
explicit |
|
inline |
Definition at line 478 of file solution.pb.h.
|
inlinenoexcept |
Definition at line 479 of file solution.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::PrimalSolutionProto::PrimalSolutionProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 85 of file solution.pb.cc.
|
final |
Definition at line 753 of file solution.pb.cc.
|
inline |
Definition at line 1976 of file solution.pb.h.
|
inline |
Definition at line 1963 of file solution.pb.h.
|
final |
Definition at line 827 of file solution.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::PrimalSolutionProto::Clear | ( | ) |
Definition at line 723 of file solution.pb.cc.
|
inline |
Definition at line 1966 of file solution.pb.h.
|
inline |
Definition at line 1992 of file solution.pb.h.
|
inline |
Definition at line 1935 of file solution.pb.h.
| void operations_research::math_opt::PrimalSolutionProto::clear_variable_values | ( | ) |
Definition at line 536 of file solution.pb.cc.
| void operations_research::math_opt::PrimalSolutionProto::CopyFrom | ( | const PrimalSolutionProto & | from | ) |
Definition at line 916 of file solution.pb.cc.
|
inlinestatic |
Definition at line 513 of file solution.pb.h.
|
inlinestatic |
Definition at line 504 of file solution.pb.h.
|
inline |
Definition at line 1998 of file solution.pb.h.
|
inline |
Definition at line 572 of file solution.pb.h.
|
inlinestatic |
Definition at line 507 of file solution.pb.h.
| google::protobuf::Metadata operations_research::math_opt::PrimalSolutionProto::GetMetadata | ( | ) | const |
Definition at line 937 of file solution.pb.cc.
|
inlinestatic |
Definition at line 510 of file solution.pb.h.
|
inline |
Definition at line 1842 of file solution.pb.h.
|
staticconstexpr |
Definition at line 637 of file solution.pb.cc.
|
inline |
Definition at line 548 of file solution.pb.h.
|
inline |
Definition at line 541 of file solution.pb.h.
|
inline |
Definition at line 1984 of file solution.pb.h.
|
inline |
Definition at line 499 of file solution.pb.h.
|
inline |
Definition at line 1906 of file solution.pb.h.
|
inline |
Definition at line 535 of file solution.pb.h.
|
inline |
Definition at line 1941 of file solution.pb.h.
|
inline |
Definition at line 481 of file solution.pb.h.
|
inlinenoexcept |
Definition at line 485 of file solution.pb.h.
|
inlinenodiscard |
Definition at line 1870 of file solution.pb.h.
|
inline |
Definition at line 1913 of file solution.pb.h.
|
inline |
Definition at line 2002 of file solution.pb.h.
|
inline |
Definition at line 1945 of file solution.pb.h.
|
inline |
Definition at line 519 of file solution.pb.h.
|
inline |
Definition at line 495 of file solution.pb.h.
|
inline |
Definition at line 1889 of file solution.pb.h.
|
inline |
Definition at line 1856 of file solution.pb.h.
|
inline |
Definition at line 527 of file solution.pb.h.
|
inline |
Definition at line 1852 of file solution.pb.h.
|
friend |
Definition at line 669 of file solution.pb.h.
|
friend |
Definition at line 671 of file solution.pb.h.
|
friend |
Definition at line 662 of file solution.pb.h.
|
friend |
Definition at line 668 of file solution.pb.h.
|
friend |
Definition at line 695 of file solution.pb.h.
|
friend |
Definition at line 518 of file solution.pb.h.
| Impl_ operations_research::math_opt::PrimalSolutionProto::_impl_ |
Definition at line 694 of file solution.pb.h.
|
staticconstexpr |
Definition at line 517 of file solution.pb.h.