![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 3748 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVariableValueFieldNumber = 3 , kDualValueFieldNumber = 4 , kReducedCostFieldNumber = 6 , kAdditionalSolutionsFieldNumber = 8 , kStatusStrFieldNumber = 7 , kSolverSpecificInfoFieldNumber = 11 , kSolveInfoFieldNumber = 10 , kObjectiveValueFieldNumber = 2 , kBestObjectiveBoundFieldNumber = 5 , kStatusFieldNumber = 1 } |
Public Member Functions | |
| MPSolutionResponse () | |
| ~MPSolutionResponse () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPSolutionResponse (::google::protobuf::internal::ConstantInitialized) |
| MPSolutionResponse (const MPSolutionResponse &from) | |
| MPSolutionResponse (MPSolutionResponse &&from) noexcept | |
| MPSolutionResponse & | operator= (const MPSolutionResponse &from) |
| MPSolutionResponse & | operator= (MPSolutionResponse &&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 (MPSolutionResponse *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPSolutionResponse *PROTOBUF_NONNULL other) |
| MPSolutionResponse *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPSolutionResponse &from) |
| void | MergeFrom (const MPSolutionResponse &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 |
| int | variable_value_size () const |
| 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 ::google::protobuf::RepeatedField< double > & | variable_value () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_variable_value () |
| int | dual_value_size () const |
| 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 ::google::protobuf::RepeatedField< double > & | dual_value () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_dual_value () |
| int | reduced_cost_size () const |
| 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 ::google::protobuf::RepeatedField< double > & | reduced_cost () const |
| ::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_reduced_cost () |
| int | additional_solutions_size () const |
| void | clear_additional_solutions () |
| ::operations_research::MPSolution *PROTOBUF_NONNULL | mutable_additional_solutions (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::MPSolution > *PROTOBUF_NONNULL | mutable_additional_solutions () |
| const ::operations_research::MPSolution & | additional_solutions (int index) const |
| ::operations_research::MPSolution *PROTOBUF_NONNULL | add_additional_solutions () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::MPSolution > & | additional_solutions () const |
| bool | has_status_str () const |
| void | clear_status_str () |
| const ::std::string & | status_str () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_status_str (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_status_str () |
| ::std::string *PROTOBUF_NULLABLE | release_status_str () |
| void | set_allocated_status_str (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_solver_specific_info () const |
| void | clear_solver_specific_info () |
| const ::std::string & | solver_specific_info () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_solver_specific_info (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_solver_specific_info () |
| ::std::string *PROTOBUF_NULLABLE | release_solver_specific_info () |
| void | set_allocated_solver_specific_info (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_solve_info () const |
| void | clear_solve_info () |
| const ::operations_research::MPSolveInfo & | solve_info () const |
| ::operations_research::MPSolveInfo *PROTOBUF_NULLABLE | release_solve_info () |
| ::operations_research::MPSolveInfo *PROTOBUF_NONNULL | mutable_solve_info () |
| void | set_allocated_solve_info (::operations_research::MPSolveInfo *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_solve_info (::operations_research::MPSolveInfo *PROTOBUF_NULLABLE value) |
| ::operations_research::MPSolveInfo *PROTOBUF_NULLABLE | unsafe_arena_release_solve_info () |
| bool | has_objective_value () const |
| void | clear_objective_value () |
| double | objective_value () const |
| void | set_objective_value (double value) |
| bool | has_best_objective_bound () const |
| void | clear_best_objective_bound () |
| double | best_objective_bound () const |
| void | set_best_objective_bound (double value) |
| bool | has_status () const |
| void | clear_status () |
| ::operations_research::MPSolverResponseStatus | status () const |
| void | set_status (::operations_research::MPSolverResponseStatus value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPSolutionResponse (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_status_str (Arg_ &&arg, Args_... args) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_solver_specific_info (Arg_ &&arg, Args_... args) |
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 MPSolutionResponse & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 21 |
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_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPSolutionResponse &a, MPSolutionResponse &b) |
| anonymous enum : int |
Definition at line 3889 of file linear_solver.pb.h.
|
inline |
Definition at line 3751 of file linear_solver.pb.h.
| operations_research::MPSolutionResponse::~MPSolutionResponse | ( | ) |
Definition at line 8764 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 3764 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 3765 of file linear_solver.pb.h.
| PROTOBUF_CONSTEXPR operations_research::MPSolutionResponse::MPSolutionResponse | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 446 of file linear_solver.pb.cc.
|
final |
Definition at line 8992 of file linear_solver.pb.cc.
|
inline |
Definition at line 10541 of file linear_solver.pb.h.
|
inline |
Definition at line 10432 of file linear_solver.pb.h.
|
inline |
Definition at line 10482 of file linear_solver.pb.h.
|
inline |
Definition at line 10214 of file linear_solver.pb.h.
|
inline |
Definition at line 10551 of file linear_solver.pb.h.
|
inline |
Definition at line 10536 of file linear_solver.pb.h.
|
inline |
Definition at line 10515 of file linear_solver.pb.h.
|
inline |
Definition at line 10175 of file linear_solver.pb.h.
|
final |
Definition at line 9092 of file linear_solver.pb.cc.
| PROTOBUF_NOINLINE void operations_research::MPSolutionResponse::Clear | ( | ) |
Definition at line 8945 of file linear_solver.pb.cc.
|
inline |
Definition at line 10518 of file linear_solver.pb.h.
|
inline |
Definition at line 10169 of file linear_solver.pb.h.
|
inline |
Definition at line 10418 of file linear_solver.pb.h.
|
inline |
Definition at line 10140 of file linear_solver.pb.h.
|
inline |
Definition at line 10468 of file linear_solver.pb.h.
|
inline |
Definition at line 10249 of file linear_solver.pb.h.
|
inline |
Definition at line 10347 of file linear_solver.pb.h.
|
inline |
Definition at line 10039 of file linear_solver.pb.h.
|
inline |
Definition at line 10071 of file linear_solver.pb.h.
|
inline |
Definition at line 10200 of file linear_solver.pb.h.
| void operations_research::MPSolutionResponse::CopyFrom | ( | const MPSolutionResponse & | from | ) |
Definition at line 9231 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 3799 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 3790 of file linear_solver.pb.h.
|
inline |
Definition at line 10438 of file linear_solver.pb.h.
|
inline |
Definition at line 10424 of file linear_solver.pb.h.
|
inline |
Definition at line 10415 of file linear_solver.pb.h.
|
inline |
Definition at line 3858 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 3793 of file linear_solver.pb.h.
| google::protobuf::Metadata operations_research::MPSolutionResponse::GetMetadata | ( | ) | const |
Definition at line 9259 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 3796 of file linear_solver.pb.h.
|
inline |
Definition at line 10165 of file linear_solver.pb.h.
|
inline |
Definition at line 10136 of file linear_solver.pb.h.
|
inline |
Definition at line 10244 of file linear_solver.pb.h.
|
inline |
Definition at line 10343 of file linear_solver.pb.h.
|
inline |
Definition at line 10035 of file linear_solver.pb.h.
|
inline |
Definition at line 10067 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 8814 of file linear_solver.pb.cc.
|
inline |
Definition at line 3834 of file linear_solver.pb.h.
|
inline |
Definition at line 3827 of file linear_solver.pb.h.
|
inline |
Definition at line 10529 of file linear_solver.pb.h.
|
inline |
Definition at line 10524 of file linear_solver.pb.h.
|
inline |
Definition at line 10443 of file linear_solver.pb.h.
|
inline |
Definition at line 10493 of file linear_solver.pb.h.
|
inline |
Definition at line 10314 of file linear_solver.pb.h.
|
inline |
Definition at line 10365 of file linear_solver.pb.h.
|
inline |
Definition at line 10089 of file linear_solver.pb.h.
|
inline |
Definition at line 3785 of file linear_solver.pb.h.
|
inline |
Definition at line 10225 of file linear_solver.pb.h.
|
inline |
Definition at line 3821 of file linear_solver.pb.h.
|
inline |
Definition at line 10146 of file linear_solver.pb.h.
|
inline |
Definition at line 3767 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 3771 of file linear_solver.pb.h.
|
inline |
Definition at line 10488 of file linear_solver.pb.h.
|
inline |
Definition at line 10474 of file linear_solver.pb.h.
|
inline |
Definition at line 10465 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 10278 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 10384 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 10108 of file linear_solver.pb.h.
|
inline |
Definition at line 10321 of file linear_solver.pb.h.
|
inline |
Definition at line 10397 of file linear_solver.pb.h.
|
inline |
Definition at line 10121 of file linear_solver.pb.h.
|
inline |
Definition at line 10179 of file linear_solver.pb.h.
|
inline |
Definition at line 10428 of file linear_solver.pb.h.
|
inline |
Definition at line 10150 of file linear_solver.pb.h.
|
inline |
Definition at line 10478 of file linear_solver.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::MPSolutionResponse::set_solver_specific_info | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 10359 of file linear_solver.pb.h.
| void operations_research::MPSolutionResponse::set_solver_specific_info | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 10049 of file linear_solver.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::MPSolutionResponse::set_status_str | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 10083 of file linear_solver.pb.h.
| void operations_research::MPSolutionResponse::set_status_str | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 10210 of file linear_solver.pb.h.
|
inline |
Definition at line 10260 of file linear_solver.pb.h.
|
inline |
Definition at line 10353 of file linear_solver.pb.h.
|
inline |
Definition at line 10045 of file linear_solver.pb.h.
|
inline |
Definition at line 10077 of file linear_solver.pb.h.
|
inline |
Definition at line 3805 of file linear_solver.pb.h.
|
inline |
Definition at line 3781 of file linear_solver.pb.h.
|
inline |
Definition at line 10297 of file linear_solver.pb.h.
|
inline |
Definition at line 10264 of file linear_solver.pb.h.
|
inline |
Definition at line 3813 of file linear_solver.pb.h.
|
inline |
Definition at line 10220 of file linear_solver.pb.h.
|
inline |
Definition at line 10206 of file linear_solver.pb.h.
|
inline |
Definition at line 10197 of file linear_solver.pb.h.
|
friend |
Definition at line 4062 of file linear_solver.pb.h.
|
friend |
Definition at line 4064 of file linear_solver.pb.h.
|
friend |
Definition at line 4055 of file linear_solver.pb.h.
|
friend |
Definition at line 4061 of file linear_solver.pb.h.
|
friend |
Definition at line 4091 of file linear_solver.pb.h.
|
friend |
Definition at line 3804 of file linear_solver.pb.h.
| Impl_ operations_research::MPSolutionResponse::_impl_ |
Definition at line 4090 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 3803 of file linear_solver.pb.h.