![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 923 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 } |
nested types -------------------------------------------------— More... |
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 |
implements Message -------------------------------------------— | |
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 |
.google.protobuf.Duration solve_time = 1; | |
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 |
.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true]; | |
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 = 2 [deprecated = true]; | |
double | best_primal_bound () const |
void | set_best_primal_bound (double value) |
void | clear_best_dual_bound () |
double best_dual_bound = 3 [deprecated = true]; | |
double | best_dual_bound () const |
void | set_best_dual_bound (double value) |
void | clear_simplex_iterations () |
int64 simplex_iterations = 5; | |
::int64_t | simplex_iterations () const |
void | set_simplex_iterations (::int64_t value) |
void | clear_barrier_iterations () |
int64 barrier_iterations = 6; | |
::int64_t | barrier_iterations () const |
void | set_barrier_iterations (::int64_t value) |
void | clear_node_count () |
int64 node_count = 7; | |
::int64_t | node_count () const |
void | set_node_count (::int64_t value) |
void | clear_first_order_iterations () |
int64 first_order_iterations = 8; | |
::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 |
Protected Member Functions | |
SolveStatsProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SolveStatsProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SolveStatsProto &from) | |
SolveStatsProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SolveStatsProto &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
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 |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 1065 of file result.pb.h.
|
inline |
Definition at line 926 of file result.pb.h.
operations_research::math_opt::SolveStatsProto::~SolveStatsProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.SolveStatsProto)
Definition at line 803 of file result.pb.cc.
|
explicit |
|
inline |
Definition at line 939 of file result.pb.h.
|
inlinenoexcept |
Definition at line 940 of file result.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.SolveStatsProto)
Definition at line 743 of file result.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.SolveStatsProto)
Definition at line 759 of file result.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1047 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 |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SolveStatsProto)
.google.protobuf.Duration solve_time = 1;
double best_primal_bound = 2 [deprecated = true];
double best_dual_bound = 3 [deprecated = true];
.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];
int64 simplex_iterations = 5;
int64 barrier_iterations = 6;
int64 node_count = 7;
int64 first_order_iterations = 8;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SolveStatsProto)
Definition at line 970 of file result.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.barrier_iterations)
Definition at line 2122 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.best_dual_bound)
Definition at line 1976 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.best_primal_bound)
Definition at line 1952 of file result.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SolveStatsProto)
Prevent compiler warnings about cached_has_bits being unused
.google.protobuf.Duration solve_time = 1;
.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];
double best_primal_bound = 2 [deprecated = true];
double best_dual_bound = 3 [deprecated = true];
int64 simplex_iterations = 5;
int64 barrier_iterations = 6;
int64 node_count = 7;
int64 first_order_iterations = 8;
Definition at line 1061 of file result.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::SolveStatsProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.SolveStatsProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 937 of file result.pb.cc.
|
inline |
int64 barrier_iterations = 6;
Definition at line 2117 of file result.pb.h.
|
inline |
double best_dual_bound = 3 [deprecated = true];
Definition at line 1971 of file result.pb.h.
|
inline |
double best_primal_bound = 2 [deprecated = true];
Definition at line 1947 of file result.pb.h.
|
inline |
int64 first_order_iterations = 8;
Definition at line 2141 of file result.pb.h.
|
inline |
int64 node_count = 7;
Definition at line 2165 of file result.pb.h.
|
inline |
Definition at line 2000 of file result.pb.h.
|
inline |
int64 simplex_iterations = 5;
Definition at line 2093 of file result.pb.h.
void operations_research::math_opt::SolveStatsProto::clear_solve_time | ( | ) |
Definition at line 738 of file result.pb.cc.
void operations_research::math_opt::SolveStatsProto::CopyFrom | ( | const SolveStatsProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SolveStatsProto)
Definition at line 1191 of file result.pb.cc.
|
inlinestatic |
Definition at line 974 of file result.pb.h.
|
inlinestatic |
Definition at line 965 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.first_order_iterations)
Definition at line 2146 of file result.pb.h.
|
inline |
Definition at line 1033 of file result.pb.h.
|
protected |
Definition at line 853 of file result.pb.cc.
|
inlinestatic |
Definition at line 968 of file result.pb.h.
google::protobuf::Metadata operations_research::math_opt::SolveStatsProto::GetMetadata | ( | ) | const |
Definition at line 1211 of file result.pb.cc.
|
inlinestatic |
Definition at line 971 of file result.pb.h.
|
inline |
.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];
Definition at line 1995 of file result.pb.h.
|
inline |
.google.protobuf.Duration solve_time = 1;
.google.protobuf.Duration solve_time = 1;
Definition at line 1854 of file result.pb.h.
|
staticconstexpr |
Definition at line 825 of file result.pb.cc.
|
staticconstexprprotected |
Definition at line 821 of file result.pb.cc.
|
inline |
Definition at line 1009 of file result.pb.h.
|
inline |
Definition at line 1002 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveStatsProto.problem_status)
Definition at line 2064 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveStatsProto.solve_time)
Definition at line 1918 of file result.pb.h.
|
inline |
Definition at line 960 of file result.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 996 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.node_count)
Definition at line 2170 of file result.pb.h.
|
inline |
Definition at line 942 of file result.pb.h.
|
inlinenoexcept |
Definition at line 946 of file result.pb.h.
|
inlinestaticprotected |
Definition at line 816 of file result.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.problem_status)
Definition at line 2010 of file result.pb.h.
|
inlinenodiscard |
Definition at line 2028 of file result.pb.h.
|
inlinenodiscard |
Definition at line 1882 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveStatsProto.problem_status)
Definition at line 2071 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveStatsProto.solve_time)
Definition at line 1925 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.barrier_iterations)
Definition at line 2126 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.best_dual_bound)
Definition at line 1980 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.best_primal_bound)
Definition at line 1956 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.first_order_iterations)
Definition at line 2150 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.node_count)
Definition at line 2174 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.simplex_iterations)
Definition at line 2102 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.simplex_iterations)
Definition at line 2098 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.solve_time)
Definition at line 1864 of file result.pb.h.
|
inline |
Definition at line 980 of file result.pb.h.
|
inline |
Definition at line 956 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveStatsProto.problem_status)
Definition at line 2047 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveStatsProto.solve_time)
Definition at line 1901 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveStatsProto.problem_status)
Definition at line 2014 of file result.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveStatsProto.solve_time)
Definition at line 1868 of file result.pb.h.
|
inline |
Definition at line 988 of file result.pb.h.
|
friend |
Definition at line 1175 of file result.pb.h.
|
friend |
Definition at line 1177 of file result.pb.h.
|
friend |
Definition at line 1168 of file result.pb.h.
|
friend |
Definition at line 1174 of file result.pb.h.
|
friend |
Definition at line 1202 of file result.pb.h.
|
friend |
Definition at line 979 of file result.pb.h.
Impl_ operations_research::math_opt::SolveStatsProto::_impl_ |
Definition at line 1201 of file result.pb.h.
|
staticconstexpr |
Definition at line 978 of file result.pb.h.