![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 260 of file gscip.pb.h.
#include <gscip.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kBestObjectiveFieldNumber = 1 , kBestBoundFieldNumber = 2 , kPrimalSimplexIterationsFieldNumber = 3 , kDualSimplexIterationsFieldNumber = 4 , kTotalLpIterationsFieldNumber = 5 , kNodeCountFieldNumber = 6 , kFirstLpRelaxationBoundFieldNumber = 7 , kRootNodeBoundFieldNumber = 8 , kDeterministicTimeFieldNumber = 9 , kBarrierIterationsFieldNumber = 10 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
GScipSolvingStats () | |
~GScipSolvingStats () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | GScipSolvingStats (::google::protobuf::internal::ConstantInitialized) |
GScipSolvingStats (const GScipSolvingStats &from) | |
GScipSolvingStats (GScipSolvingStats &&from) noexcept | |
GScipSolvingStats & | operator= (const GScipSolvingStats &from) |
GScipSolvingStats & | operator= (GScipSolvingStats &&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 (GScipSolvingStats *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (GScipSolvingStats *PROTOBUF_NONNULL other) |
GScipSolvingStats *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const GScipSolvingStats &from) |
void | MergeFrom (const GScipSolvingStats &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 |
void | clear_best_objective () |
double best_objective = 1; | |
double | best_objective () const |
void | set_best_objective (double value) |
void | clear_best_bound () |
double best_bound = 2; | |
double | best_bound () const |
void | set_best_bound (double value) |
void | clear_primal_simplex_iterations () |
int64 primal_simplex_iterations = 3; | |
::int64_t | primal_simplex_iterations () const |
void | set_primal_simplex_iterations (::int64_t value) |
void | clear_dual_simplex_iterations () |
int64 dual_simplex_iterations = 4; | |
::int64_t | dual_simplex_iterations () const |
void | set_dual_simplex_iterations (::int64_t value) |
void | clear_total_lp_iterations () |
int64 total_lp_iterations = 5; | |
::int64_t | total_lp_iterations () const |
void | set_total_lp_iterations (::int64_t value) |
void | clear_node_count () |
int64 node_count = 6; | |
::int64_t | node_count () const |
void | set_node_count (::int64_t value) |
void | clear_first_lp_relaxation_bound () |
double first_lp_relaxation_bound = 7; | |
double | first_lp_relaxation_bound () const |
void | set_first_lp_relaxation_bound (double value) |
void | clear_root_node_bound () |
double root_node_bound = 8; | |
double | root_node_bound () const |
void | set_root_node_bound (double value) |
void | clear_deterministic_time () |
double deterministic_time = 9; | |
double | deterministic_time () const |
void | set_deterministic_time (double value) |
void | clear_barrier_iterations () |
int64 barrier_iterations = 10; | |
::int64_t | barrier_iterations () const |
void | set_barrier_iterations (::int64_t value) |
template<typename> | |
PROTOBUF_CONSTEXPR | GScipSolvingStats (::_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 GScipSolvingStats & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 7 |
Protected Member Functions | |
GScipSolvingStats (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
GScipSolvingStats (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const GScipSolvingStats &from) | |
GScipSolvingStats (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, GScipSolvingStats &&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_2fgscip_2fgscip_2eproto |
void | swap (GScipSolvingStats &a, GScipSolvingStats &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 402 of file gscip.pb.h.
|
inline |
Definition at line 263 of file gscip.pb.h.
operations_research::GScipSolvingStats::~GScipSolvingStats | ( | ) |
@protoc_insertion_point(destructor:operations_research.GScipSolvingStats)
Definition at line 2094 of file gscip.pb.cc.
|
explicit |
|
inline |
Definition at line 276 of file gscip.pb.h.
|
inlinenoexcept |
Definition at line 277 of file gscip.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.GScipSolvingStats)
Definition at line 2060 of file gscip.pb.cc.
|
protected |
Definition at line 2069 of file gscip.pb.cc.
|
inlineprotectednoexcept |
Definition at line 384 of file gscip.pb.h.
PROTOBUF_CONSTEXPR operations_research::GScipSolvingStats::GScipSolvingStats | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 44 of file gscip.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.GScipSolvingStats)
double best_objective = 1;
double best_bound = 2;
int64 primal_simplex_iterations = 3;
int64 dual_simplex_iterations = 4;
int64 total_lp_iterations = 5;
int64 node_count = 6;
double first_lp_relaxation_bound = 7;
double root_node_bound = 8;
double deterministic_time = 9;
int64 barrier_iterations = 10;
@protoc_insertion_point(serialize_to_array_end:operations_research.GScipSolvingStats)
Definition at line 2269 of file gscip.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.barrier_iterations)
Definition at line 2327 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.best_bound)
Definition at line 2255 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.best_objective)
Definition at line 2231 of file gscip.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.GScipSolvingStats)
Prevent compiler warnings about cached_has_bits being unused
double best_objective = 1;
double best_bound = 2;
int64 primal_simplex_iterations = 3;
int64 dual_simplex_iterations = 4;
int64 total_lp_iterations = 5;
int64 node_count = 6;
double first_lp_relaxation_bound = 7;
double root_node_bound = 8;
double deterministic_time = 9;
int64 barrier_iterations = 10;
Definition at line 2381 of file gscip.pb.cc.
PROTOBUF_NOINLINE void operations_research::GScipSolvingStats::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.GScipSolvingStats)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2241 of file gscip.pb.cc.
|
inline |
int64 barrier_iterations = 10;
Definition at line 2322 of file gscip.pb.h.
|
inline |
double best_bound = 2;
Definition at line 2250 of file gscip.pb.h.
|
inline |
|
inline |
double deterministic_time = 9;
Definition at line 2442 of file gscip.pb.h.
|
inline |
int64 dual_simplex_iterations = 4;
Definition at line 2298 of file gscip.pb.h.
|
inline |
double first_lp_relaxation_bound = 7;
Definition at line 2394 of file gscip.pb.h.
|
inline |
int64 node_count = 6;
Definition at line 2370 of file gscip.pb.h.
|
inline |
int64 primal_simplex_iterations = 3;
Definition at line 2274 of file gscip.pb.h.
|
inline |
double root_node_bound = 8;
Definition at line 2418 of file gscip.pb.h.
|
inline |
int64 total_lp_iterations = 5;
Definition at line 2346 of file gscip.pb.h.
void operations_research::GScipSolvingStats::CopyFrom | ( | const GScipSolvingStats & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.GScipSolvingStats)
Definition at line 2533 of file gscip.pb.cc.
|
inlinestatic |
Definition at line 311 of file gscip.pb.h.
|
inlinestatic |
Definition at line 302 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.deterministic_time)
Definition at line 2447 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.dual_simplex_iterations)
Definition at line 2303 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.first_lp_relaxation_bound)
Definition at line 2399 of file gscip.pb.h.
|
inline |
Definition at line 370 of file gscip.pb.h.
|
protected |
Definition at line 2142 of file gscip.pb.cc.
|
inlinestatic |
Definition at line 305 of file gscip.pb.h.
google::protobuf::Metadata operations_research::GScipSolvingStats::GetMetadata | ( | ) | const |
Definition at line 2553 of file gscip.pb.cc.
|
inlinestatic |
Definition at line 308 of file gscip.pb.h.
|
staticconstexpr |
Definition at line 2114 of file gscip.pb.cc.
|
staticconstexprprotected |
Definition at line 2110 of file gscip.pb.cc.
|
inline |
Definition at line 346 of file gscip.pb.h.
|
inline |
Definition at line 339 of file gscip.pb.h.
|
inline |
Definition at line 297 of file gscip.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 333 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.node_count)
Definition at line 2375 of file gscip.pb.h.
|
inline |
Definition at line 279 of file gscip.pb.h.
|
inlinenoexcept |
Definition at line 283 of file gscip.pb.h.
|
inlinestaticprotected |
Definition at line 2105 of file gscip.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.primal_simplex_iterations)
Definition at line 2279 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.root_node_bound)
Definition at line 2423 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.barrier_iterations)
Definition at line 2331 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.best_bound)
Definition at line 2259 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.best_objective)
Definition at line 2235 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.deterministic_time)
Definition at line 2451 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.dual_simplex_iterations)
Definition at line 2307 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.first_lp_relaxation_bound)
Definition at line 2403 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.node_count)
Definition at line 2379 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.primal_simplex_iterations)
Definition at line 2283 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.root_node_bound)
Definition at line 2427 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.total_lp_iterations)
Definition at line 2355 of file gscip.pb.h.
|
inline |
Definition at line 317 of file gscip.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.total_lp_iterations)
Definition at line 2351 of file gscip.pb.h.
|
inline |
Definition at line 293 of file gscip.pb.h.
|
inline |
Definition at line 325 of file gscip.pb.h.
|
friend |
Definition at line 524 of file gscip.pb.h.
|
friend |
Definition at line 526 of file gscip.pb.h.
|
friend |
Definition at line 517 of file gscip.pb.h.
|
friend |
Definition at line 523 of file gscip.pb.h.
|
friend |
Definition at line 553 of file gscip.pb.h.
|
friend |
Definition at line 316 of file gscip.pb.h.
Impl_ operations_research::GScipSolvingStats::_impl_ |
Definition at line 552 of file gscip.pb.h.
|
staticconstexpr |
Definition at line 315 of file gscip.pb.h.