Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::GScipSolvingStats Class Referencefinal

Detailed Description

Definition at line 260 of file gscip.pb.h.

#include <gscip.pb.h>

Inheritance diagram for operations_research::GScipSolvingStats:

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
GScipSolvingStatsoperator= (const GScipSolvingStats &from)
GScipSolvingStatsoperator= (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 GScipSolvingStatsdefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kBestObjectiveFieldNumber 
kBestBoundFieldNumber 
kPrimalSimplexIterationsFieldNumber 
kDualSimplexIterationsFieldNumber 
kTotalLpIterationsFieldNumber 
kNodeCountFieldNumber 
kFirstLpRelaxationBoundFieldNumber 
kRootNodeBoundFieldNumber 
kDeterministicTimeFieldNumber 
kBarrierIterationsFieldNumber 

Definition at line 402 of file gscip.pb.h.

Constructor & Destructor Documentation

◆ GScipSolvingStats() [1/8]

operations_research::GScipSolvingStats::GScipSolvingStats ( )
inline

Definition at line 263 of file gscip.pb.h.

◆ ~GScipSolvingStats()

operations_research::GScipSolvingStats::~GScipSolvingStats ( )

@protoc_insertion_point(destructor:operations_research.GScipSolvingStats)

Definition at line 2094 of file gscip.pb.cc.

◆ GScipSolvingStats() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::GScipSolvingStats::GScipSolvingStats ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ GScipSolvingStats() [3/8]

operations_research::GScipSolvingStats::GScipSolvingStats ( const GScipSolvingStats & from)
inline

Definition at line 276 of file gscip.pb.h.

◆ GScipSolvingStats() [4/8]

operations_research::GScipSolvingStats::GScipSolvingStats ( GScipSolvingStats && from)
inlinenoexcept

Definition at line 277 of file gscip.pb.h.

◆ GScipSolvingStats() [5/8]

operations_research::GScipSolvingStats::GScipSolvingStats ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.GScipSolvingStats)

Definition at line 2060 of file gscip.pb.cc.

◆ GScipSolvingStats() [6/8]

operations_research::GScipSolvingStats::GScipSolvingStats ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const GScipSolvingStats & from )
protected

Definition at line 2069 of file gscip.pb.cc.

◆ GScipSolvingStats() [7/8]

operations_research::GScipSolvingStats::GScipSolvingStats ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
GScipSolvingStats && from )
inlineprotectednoexcept

Definition at line 384 of file gscip.pb.h.

◆ GScipSolvingStats() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::GScipSolvingStats::GScipSolvingStats ( ::_pbi::ConstantInitialized )

Definition at line 44 of file gscip.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::GScipSolvingStats::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
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.

◆ barrier_iterations()

int64_t operations_research::GScipSolvingStats::barrier_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.barrier_iterations)

Definition at line 2327 of file gscip.pb.h.

◆ best_bound()

double operations_research::GScipSolvingStats::best_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.best_bound)

Definition at line 2255 of file gscip.pb.h.

◆ best_objective()

double operations_research::GScipSolvingStats::best_objective ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.best_objective)

Definition at line 2231 of file gscip.pb.h.

◆ ByteSizeLong()

size_t operations_research::GScipSolvingStats::ByteSizeLong ( ) const
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.

◆ Clear()

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.

◆ clear_barrier_iterations()

void operations_research::GScipSolvingStats::clear_barrier_iterations ( )
inline

int64 barrier_iterations = 10;

Definition at line 2322 of file gscip.pb.h.

◆ clear_best_bound()

void operations_research::GScipSolvingStats::clear_best_bound ( )
inline

double best_bound = 2;

Definition at line 2250 of file gscip.pb.h.

◆ clear_best_objective()

void operations_research::GScipSolvingStats::clear_best_objective ( )
inline

double best_objective = 1;

GScipSolvingStats.

double best_objective = 1;

Definition at line 2226 of file gscip.pb.h.

◆ clear_deterministic_time()

void operations_research::GScipSolvingStats::clear_deterministic_time ( )
inline

double deterministic_time = 9;

Definition at line 2442 of file gscip.pb.h.

◆ clear_dual_simplex_iterations()

void operations_research::GScipSolvingStats::clear_dual_simplex_iterations ( )
inline

int64 dual_simplex_iterations = 4;

Definition at line 2298 of file gscip.pb.h.

◆ clear_first_lp_relaxation_bound()

void operations_research::GScipSolvingStats::clear_first_lp_relaxation_bound ( )
inline

double first_lp_relaxation_bound = 7;

Definition at line 2394 of file gscip.pb.h.

◆ clear_node_count()

void operations_research::GScipSolvingStats::clear_node_count ( )
inline

int64 node_count = 6;

Definition at line 2370 of file gscip.pb.h.

◆ clear_primal_simplex_iterations()

void operations_research::GScipSolvingStats::clear_primal_simplex_iterations ( )
inline

int64 primal_simplex_iterations = 3;

Definition at line 2274 of file gscip.pb.h.

◆ clear_root_node_bound()

void operations_research::GScipSolvingStats::clear_root_node_bound ( )
inline

double root_node_bound = 8;

Definition at line 2418 of file gscip.pb.h.

◆ clear_total_lp_iterations()

void operations_research::GScipSolvingStats::clear_total_lp_iterations ( )
inline

int64 total_lp_iterations = 5;

Definition at line 2346 of file gscip.pb.h.

◆ CopyFrom()

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.

◆ default_instance()

const GScipSolvingStats & operations_research::GScipSolvingStats::default_instance ( )
inlinestatic

Definition at line 311 of file gscip.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::GScipSolvingStats::descriptor ( )
inlinestatic

Definition at line 302 of file gscip.pb.h.

◆ deterministic_time()

double operations_research::GScipSolvingStats::deterministic_time ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.deterministic_time)

Definition at line 2447 of file gscip.pb.h.

◆ dual_simplex_iterations()

int64_t operations_research::GScipSolvingStats::dual_simplex_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.dual_simplex_iterations)

Definition at line 2303 of file gscip.pb.h.

◆ first_lp_relaxation_bound()

double operations_research::GScipSolvingStats::first_lp_relaxation_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.first_lp_relaxation_bound)

Definition at line 2399 of file gscip.pb.h.

◆ GetCachedSize()

int operations_research::GScipSolvingStats::GetCachedSize ( ) const
inline

Definition at line 370 of file gscip.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::GScipSolvingStats::GetClassData ( ) const
protected

Definition at line 2142 of file gscip.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::GScipSolvingStats::GetDescriptor ( )
inlinestatic

Definition at line 305 of file gscip.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::GScipSolvingStats::GetMetadata ( ) const

Definition at line 2553 of file gscip.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::GScipSolvingStats::GetReflection ( )
inlinestatic

Definition at line 308 of file gscip.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::GScipSolvingStats::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2114 of file gscip.pb.cc.

◆ InternalNewImpl_()

auto operations_research::GScipSolvingStats::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 2110 of file gscip.pb.cc.

◆ IsInitialized()

bool operations_research::GScipSolvingStats::IsInitialized ( ) const
inline

Definition at line 346 of file gscip.pb.h.

◆ MergeFrom()

void operations_research::GScipSolvingStats::MergeFrom ( const GScipSolvingStats & from)
inline

Definition at line 339 of file gscip.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::GScipSolvingStats::mutable_unknown_fields ( )
inline

Definition at line 297 of file gscip.pb.h.

◆ New()

GScipSolvingStats *PROTOBUF_NONNULL operations_research::GScipSolvingStats::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 333 of file gscip.pb.h.

◆ node_count()

int64_t operations_research::GScipSolvingStats::node_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.node_count)

Definition at line 2375 of file gscip.pb.h.

◆ operator=() [1/2]

GScipSolvingStats & operations_research::GScipSolvingStats::operator= ( const GScipSolvingStats & from)
inline

Definition at line 279 of file gscip.pb.h.

◆ operator=() [2/2]

GScipSolvingStats & operations_research::GScipSolvingStats::operator= ( GScipSolvingStats && from)
inlinenoexcept

Definition at line 283 of file gscip.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::GScipSolvingStats::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 2105 of file gscip.pb.cc.

◆ primal_simplex_iterations()

int64_t operations_research::GScipSolvingStats::primal_simplex_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.primal_simplex_iterations)

Definition at line 2279 of file gscip.pb.h.

◆ root_node_bound()

double operations_research::GScipSolvingStats::root_node_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.root_node_bound)

Definition at line 2423 of file gscip.pb.h.

◆ set_barrier_iterations()

void operations_research::GScipSolvingStats::set_barrier_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.barrier_iterations)

Definition at line 2331 of file gscip.pb.h.

◆ set_best_bound()

void operations_research::GScipSolvingStats::set_best_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.best_bound)

Definition at line 2259 of file gscip.pb.h.

◆ set_best_objective()

void operations_research::GScipSolvingStats::set_best_objective ( double value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.best_objective)

Definition at line 2235 of file gscip.pb.h.

◆ set_deterministic_time()

void operations_research::GScipSolvingStats::set_deterministic_time ( double value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.deterministic_time)

Definition at line 2451 of file gscip.pb.h.

◆ set_dual_simplex_iterations()

void operations_research::GScipSolvingStats::set_dual_simplex_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.dual_simplex_iterations)

Definition at line 2307 of file gscip.pb.h.

◆ set_first_lp_relaxation_bound()

void operations_research::GScipSolvingStats::set_first_lp_relaxation_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.first_lp_relaxation_bound)

Definition at line 2403 of file gscip.pb.h.

◆ set_node_count()

void operations_research::GScipSolvingStats::set_node_count ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.node_count)

Definition at line 2379 of file gscip.pb.h.

◆ set_primal_simplex_iterations()

void operations_research::GScipSolvingStats::set_primal_simplex_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.primal_simplex_iterations)

Definition at line 2283 of file gscip.pb.h.

◆ set_root_node_bound()

void operations_research::GScipSolvingStats::set_root_node_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.root_node_bound)

Definition at line 2427 of file gscip.pb.h.

◆ set_total_lp_iterations()

void operations_research::GScipSolvingStats::set_total_lp_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.total_lp_iterations)

Definition at line 2355 of file gscip.pb.h.

◆ Swap()

void operations_research::GScipSolvingStats::Swap ( GScipSolvingStats *PROTOBUF_NONNULL other)
inline

Definition at line 317 of file gscip.pb.h.

◆ total_lp_iterations()

int64_t operations_research::GScipSolvingStats::total_lp_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.total_lp_iterations)

Definition at line 2351 of file gscip.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::GScipSolvingStats::unknown_fields ( ) const
inline

Definition at line 293 of file gscip.pb.h.

◆ UnsafeArenaSwap()

void operations_research::GScipSolvingStats::UnsafeArenaSwap ( GScipSolvingStats *PROTOBUF_NONNULL other)
inline

Definition at line 325 of file gscip.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 524 of file gscip.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 526 of file gscip.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 517 of file gscip.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 523 of file gscip.pb.h.

◆ ::TableStruct_ortools_2fgscip_2fgscip_2eproto

Definition at line 553 of file gscip.pb.h.

◆ swap

void swap ( GScipSolvingStats & a,
GScipSolvingStats & b )
friend

Definition at line 316 of file gscip.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::GScipSolvingStats::_impl_

Definition at line 552 of file gscip.pb.h.

◆ kIndexInFileMessages

int operations_research::GScipSolvingStats::kIndexInFileMessages = 7
staticconstexpr

Definition at line 315 of file gscip.pb.h.


The documentation for this class was generated from the following files: