![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 920 of file result.pb.h.
#include <result.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kSolveTimeFieldNumber = 1 , kProblemStatusFieldNumber = 4 , kBestPrimalBoundFieldNumber = 2 , kBestDualBoundFieldNumber = 3 , kSimplexIterationsFieldNumber = 5 , kBarrierIterationsFieldNumber = 6 , kNodeCountFieldNumber = 7 , kFirstOrderIterationsFieldNumber = 8 } |
Public Member Functions | |
| SolveStatsProto () | |
| ~SolveStatsProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | SolveStatsProto (::google::protobuf::internal::ConstantInitialized) |
| SolveStatsProto (const SolveStatsProto &from) | |
| SolveStatsProto (SolveStatsProto &&from) noexcept | |
| SolveStatsProto & | operator= (const SolveStatsProto &from) |
| SolveStatsProto & | operator= (SolveStatsProto &&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 (SolveStatsProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (SolveStatsProto *PROTOBUF_NONNULL other) |
| SolveStatsProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const SolveStatsProto &from) |
| void | MergeFrom (const SolveStatsProto &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_solve_time () const |
| void | clear_solve_time () |
| const ::google::protobuf::Duration & | solve_time () const |
| ::google::protobuf::Duration *PROTOBUF_NULLABLE | release_solve_time () |
| ::google::protobuf::Duration *PROTOBUF_NONNULL | mutable_solve_time () |
| void | set_allocated_solve_time (::google::protobuf::Duration *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_solve_time (::google::protobuf::Duration *PROTOBUF_NULLABLE value) |
| ::google::protobuf::Duration *PROTOBUF_NULLABLE | unsafe_arena_release_solve_time () |
| bool | has_problem_status () const |
| void | clear_problem_status () |
| const ::operations_research::math_opt::ProblemStatusProto & | problem_status () const |
| ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE | release_problem_status () |
| ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NONNULL | mutable_problem_status () |
| void | set_allocated_problem_status (::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_problem_status (::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value) |
| ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE | unsafe_arena_release_problem_status () |
| void | clear_best_primal_bound () |
| double | best_primal_bound () const |
| void | set_best_primal_bound (double value) |
| void | clear_best_dual_bound () |
| double | best_dual_bound () const |
| void | set_best_dual_bound (double value) |
| void | clear_simplex_iterations () |
| ::int64_t | simplex_iterations () const |
| void | set_simplex_iterations (::int64_t value) |
| void | clear_barrier_iterations () |
| ::int64_t | barrier_iterations () const |
| void | set_barrier_iterations (::int64_t value) |
| void | clear_node_count () |
| ::int64_t | node_count () const |
| void | set_node_count (::int64_t value) |
| void | clear_first_order_iterations () |
| ::int64_t | first_order_iterations () const |
| void | set_first_order_iterations (::int64_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | SolveStatsProto (::_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 SolveStatsProto & | 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_2fresult_2eproto |
| void | swap (SolveStatsProto &a, SolveStatsProto &b) |
| anonymous enum : int |
Definition at line 1061 of file result.pb.h.
|
inline |
Definition at line 923 of file result.pb.h.
| operations_research::math_opt::SolveStatsProto::~SolveStatsProto | ( | ) |
Definition at line 817 of file result.pb.cc.
|
explicit |
|
inline |
Definition at line 936 of file result.pb.h.
|
inlinenoexcept |
Definition at line 937 of file result.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::SolveStatsProto::SolveStatsProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 127 of file result.pb.cc.
|
final |
Definition at line 987 of file result.pb.cc.
|
inline |
Definition at line 2124 of file result.pb.h.
|
inline |
Definition at line 1975 of file result.pb.h.
|
inline |
Definition at line 1950 of file result.pb.h.
|
final |
Definition at line 1081 of file result.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::SolveStatsProto::Clear | ( | ) |
Definition at line 954 of file result.pb.cc.
|
inline |
Definition at line 2118 of file result.pb.h.
|
inline |
Definition at line 1969 of file result.pb.h.
|
inline |
Definition at line 1944 of file result.pb.h.
|
inline |
Definition at line 2143 of file result.pb.h.
|
inline |
Definition at line 2168 of file result.pb.h.
|
inline |
Definition at line 1999 of file result.pb.h.
|
inline |
Definition at line 2093 of file result.pb.h.
| void operations_research::math_opt::SolveStatsProto::clear_solve_time | ( | ) |
Definition at line 751 of file result.pb.cc.
| void operations_research::math_opt::SolveStatsProto::CopyFrom | ( | const SolveStatsProto & | from | ) |
Definition at line 1217 of file result.pb.cc.
|
inlinestatic |
Definition at line 971 of file result.pb.h.
|
inlinestatic |
Definition at line 962 of file result.pb.h.
|
inline |
Definition at line 2149 of file result.pb.h.
|
inline |
Definition at line 1030 of file result.pb.h.
|
inlinestatic |
Definition at line 965 of file result.pb.h.
| google::protobuf::Metadata operations_research::math_opt::SolveStatsProto::GetMetadata | ( | ) | const |
Definition at line 1237 of file result.pb.cc.
|
inlinestatic |
Definition at line 968 of file result.pb.h.
|
inline |
Definition at line 1994 of file result.pb.h.
|
inline |
Definition at line 1851 of file result.pb.h.
|
staticconstexpr |
Definition at line 842 of file result.pb.cc.
|
inline |
Definition at line 1006 of file result.pb.h.
|
inline |
Definition at line 999 of file result.pb.h.
|
inline |
Definition at line 2064 of file result.pb.h.
|
inline |
Definition at line 1915 of file result.pb.h.
|
inline |
Definition at line 957 of file result.pb.h.
|
inline |
Definition at line 993 of file result.pb.h.
|
inline |
Definition at line 2174 of file result.pb.h.
|
inline |
Definition at line 939 of file result.pb.h.
|
inlinenoexcept |
Definition at line 943 of file result.pb.h.
|
inline |
Definition at line 2010 of file result.pb.h.
|
inlinenodiscard |
Definition at line 2028 of file result.pb.h.
|
inlinenodiscard |
Definition at line 1879 of file result.pb.h.
|
inline |
Definition at line 2071 of file result.pb.h.
|
inline |
Definition at line 1922 of file result.pb.h.
|
inline |
Definition at line 2128 of file result.pb.h.
|
inline |
Definition at line 1979 of file result.pb.h.
|
inline |
Definition at line 1954 of file result.pb.h.
|
inline |
Definition at line 2153 of file result.pb.h.
|
inline |
Definition at line 2178 of file result.pb.h.
|
inline |
Definition at line 2103 of file result.pb.h.
|
inline |
Definition at line 2099 of file result.pb.h.
|
inline |
Definition at line 1861 of file result.pb.h.
|
inline |
Definition at line 977 of file result.pb.h.
|
inline |
Definition at line 953 of file result.pb.h.
|
inline |
Definition at line 2047 of file result.pb.h.
|
inline |
Definition at line 1898 of file result.pb.h.
|
inline |
Definition at line 2014 of file result.pb.h.
|
inline |
Definition at line 1865 of file result.pb.h.
|
inline |
Definition at line 985 of file result.pb.h.
|
friend |
Definition at line 1171 of file result.pb.h.
|
friend |
Definition at line 1173 of file result.pb.h.
|
friend |
Definition at line 1164 of file result.pb.h.
|
friend |
Definition at line 1170 of file result.pb.h.
|
friend |
Definition at line 1198 of file result.pb.h.
|
friend |
Definition at line 976 of file result.pb.h.
| Impl_ operations_research::math_opt::SolveStatsProto::_impl_ |
Definition at line 1197 of file result.pb.h.
|
staticconstexpr |
Definition at line 975 of file result.pb.h.