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

Detailed Description

Definition at line 920 of file result.pb.h.

#include <result.pb.h>

Inheritance diagram for operations_research::math_opt::SolveStatsProto:

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
SolveStatsProtooperator= (const SolveStatsProto &from)
SolveStatsProtooperator= (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::ProblemStatusProtoproblem_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 SolveStatsProtodefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSolveTimeFieldNumber 
kProblemStatusFieldNumber 
kBestPrimalBoundFieldNumber 
kBestDualBoundFieldNumber 
kSimplexIterationsFieldNumber 
kBarrierIterationsFieldNumber 
kNodeCountFieldNumber 
kFirstOrderIterationsFieldNumber 

Definition at line 1061 of file result.pb.h.

Constructor & Destructor Documentation

◆ SolveStatsProto() [1/5]

operations_research::math_opt::SolveStatsProto::SolveStatsProto ( )
inline

Definition at line 923 of file result.pb.h.

◆ ~SolveStatsProto()

operations_research::math_opt::SolveStatsProto::~SolveStatsProto ( )

Definition at line 817 of file result.pb.cc.

◆ SolveStatsProto() [2/5]

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

◆ SolveStatsProto() [3/5]

operations_research::math_opt::SolveStatsProto::SolveStatsProto ( const SolveStatsProto & from)
inline

Definition at line 936 of file result.pb.h.

◆ SolveStatsProto() [4/5]

operations_research::math_opt::SolveStatsProto::SolveStatsProto ( SolveStatsProto && from)
inlinenoexcept

Definition at line 937 of file result.pb.h.

◆ SolveStatsProto() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::SolveStatsProto::SolveStatsProto ( ::_pbi::ConstantInitialized )

Definition at line 127 of file result.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::SolveStatsProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 987 of file result.pb.cc.

◆ barrier_iterations()

int64_t operations_research::math_opt::SolveStatsProto::barrier_iterations ( ) const
inline

Definition at line 2124 of file result.pb.h.

◆ best_dual_bound()

double operations_research::math_opt::SolveStatsProto::best_dual_bound ( ) const
inline

Definition at line 1975 of file result.pb.h.

◆ best_primal_bound()

double operations_research::math_opt::SolveStatsProto::best_primal_bound ( ) const
inline

Definition at line 1950 of file result.pb.h.

◆ ByteSizeLong()

size_t operations_research::math_opt::SolveStatsProto::ByteSizeLong ( ) const
final

Definition at line 1081 of file result.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::SolveStatsProto::Clear ( )

Definition at line 954 of file result.pb.cc.

◆ clear_barrier_iterations()

void operations_research::math_opt::SolveStatsProto::clear_barrier_iterations ( )
inline

Definition at line 2118 of file result.pb.h.

◆ clear_best_dual_bound()

void operations_research::math_opt::SolveStatsProto::clear_best_dual_bound ( )
inline

Definition at line 1969 of file result.pb.h.

◆ clear_best_primal_bound()

void operations_research::math_opt::SolveStatsProto::clear_best_primal_bound ( )
inline

Definition at line 1944 of file result.pb.h.

◆ clear_first_order_iterations()

void operations_research::math_opt::SolveStatsProto::clear_first_order_iterations ( )
inline

Definition at line 2143 of file result.pb.h.

◆ clear_node_count()

void operations_research::math_opt::SolveStatsProto::clear_node_count ( )
inline

Definition at line 2168 of file result.pb.h.

◆ clear_problem_status()

void operations_research::math_opt::SolveStatsProto::clear_problem_status ( )
inline

Definition at line 1999 of file result.pb.h.

◆ clear_simplex_iterations()

void operations_research::math_opt::SolveStatsProto::clear_simplex_iterations ( )
inline

Definition at line 2093 of file result.pb.h.

◆ clear_solve_time()

void operations_research::math_opt::SolveStatsProto::clear_solve_time ( )

Definition at line 751 of file result.pb.cc.

◆ CopyFrom()

void operations_research::math_opt::SolveStatsProto::CopyFrom ( const SolveStatsProto & from)

Definition at line 1217 of file result.pb.cc.

◆ default_instance()

const SolveStatsProto & operations_research::math_opt::SolveStatsProto::default_instance ( )
inlinestatic

Definition at line 971 of file result.pb.h.

◆ descriptor()

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

Definition at line 962 of file result.pb.h.

◆ first_order_iterations()

int64_t operations_research::math_opt::SolveStatsProto::first_order_iterations ( ) const
inline

Definition at line 2149 of file result.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::SolveStatsProto::GetCachedSize ( ) const
inline

Definition at line 1030 of file result.pb.h.

◆ GetDescriptor()

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

Definition at line 965 of file result.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::SolveStatsProto::GetMetadata ( ) const

Definition at line 1237 of file result.pb.cc.

◆ GetReflection()

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

Definition at line 968 of file result.pb.h.

◆ has_problem_status()

bool operations_research::math_opt::SolveStatsProto::has_problem_status ( ) const
inline

Definition at line 1994 of file result.pb.h.

◆ has_solve_time()

bool operations_research::math_opt::SolveStatsProto::has_solve_time ( ) const
inline

Definition at line 1851 of file result.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::SolveStatsProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 842 of file result.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::SolveStatsProto::IsInitialized ( ) const
inline

Definition at line 1006 of file result.pb.h.

◆ MergeFrom()

void operations_research::math_opt::SolveStatsProto::MergeFrom ( const SolveStatsProto & from)
inline

Definition at line 999 of file result.pb.h.

◆ mutable_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NONNULL operations_research::math_opt::SolveStatsProto::mutable_problem_status ( )
inline

Definition at line 2064 of file result.pb.h.

◆ mutable_solve_time()

google::protobuf::Duration *PROTOBUF_NONNULL operations_research::math_opt::SolveStatsProto::mutable_solve_time ( )
inline

Definition at line 1915 of file result.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::SolveStatsProto::mutable_unknown_fields ( )
inline

Definition at line 957 of file result.pb.h.

◆ New()

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

Definition at line 993 of file result.pb.h.

◆ node_count()

int64_t operations_research::math_opt::SolveStatsProto::node_count ( ) const
inline

Definition at line 2174 of file result.pb.h.

◆ operator=() [1/2]

SolveStatsProto & operations_research::math_opt::SolveStatsProto::operator= ( const SolveStatsProto & from)
inline

Definition at line 939 of file result.pb.h.

◆ operator=() [2/2]

SolveStatsProto & operations_research::math_opt::SolveStatsProto::operator= ( SolveStatsProto && from)
inlinenoexcept

Definition at line 943 of file result.pb.h.

◆ problem_status()

const::operations_research::math_opt::ProblemStatusProto & operations_research::math_opt::SolveStatsProto::problem_status ( ) const
inline

Definition at line 2010 of file result.pb.h.

◆ release_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::release_problem_status ( )
inlinenodiscard

Definition at line 2028 of file result.pb.h.

◆ release_solve_time()

google::protobuf::Duration *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::release_solve_time ( )
inlinenodiscard

Definition at line 1879 of file result.pb.h.

◆ set_allocated_problem_status()

void operations_research::math_opt::SolveStatsProto::set_allocated_problem_status ( ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
inline

Definition at line 2071 of file result.pb.h.

◆ set_allocated_solve_time()

void operations_research::math_opt::SolveStatsProto::set_allocated_solve_time ( ::google::protobuf::Duration *PROTOBUF_NULLABLE value)
inline

Definition at line 1922 of file result.pb.h.

◆ set_barrier_iterations()

void operations_research::math_opt::SolveStatsProto::set_barrier_iterations ( ::int64_t value)
inline

Definition at line 2128 of file result.pb.h.

◆ set_best_dual_bound()

void operations_research::math_opt::SolveStatsProto::set_best_dual_bound ( double value)
inline

Definition at line 1979 of file result.pb.h.

◆ set_best_primal_bound()

void operations_research::math_opt::SolveStatsProto::set_best_primal_bound ( double value)
inline

Definition at line 1954 of file result.pb.h.

◆ set_first_order_iterations()

void operations_research::math_opt::SolveStatsProto::set_first_order_iterations ( ::int64_t value)
inline

Definition at line 2153 of file result.pb.h.

◆ set_node_count()

void operations_research::math_opt::SolveStatsProto::set_node_count ( ::int64_t value)
inline

Definition at line 2178 of file result.pb.h.

◆ set_simplex_iterations()

void operations_research::math_opt::SolveStatsProto::set_simplex_iterations ( ::int64_t value)
inline

Definition at line 2103 of file result.pb.h.

◆ simplex_iterations()

int64_t operations_research::math_opt::SolveStatsProto::simplex_iterations ( ) const
inline

Definition at line 2099 of file result.pb.h.

◆ solve_time()

const::google::protobuf::Duration & operations_research::math_opt::SolveStatsProto::solve_time ( ) const
inline

Definition at line 1861 of file result.pb.h.

◆ Swap()

void operations_research::math_opt::SolveStatsProto::Swap ( SolveStatsProto *PROTOBUF_NONNULL other)
inline

Definition at line 977 of file result.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::SolveStatsProto::unknown_fields ( ) const
inline

Definition at line 953 of file result.pb.h.

◆ unsafe_arena_release_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::unsafe_arena_release_problem_status ( )
inline

Definition at line 2047 of file result.pb.h.

◆ unsafe_arena_release_solve_time()

google::protobuf::Duration *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::unsafe_arena_release_solve_time ( )
inline

Definition at line 1898 of file result.pb.h.

◆ unsafe_arena_set_allocated_problem_status()

void operations_research::math_opt::SolveStatsProto::unsafe_arena_set_allocated_problem_status ( ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
inline

Definition at line 2014 of file result.pb.h.

◆ unsafe_arena_set_allocated_solve_time()

void operations_research::math_opt::SolveStatsProto::unsafe_arena_set_allocated_solve_time ( ::google::protobuf::Duration *PROTOBUF_NULLABLE value)
inline

Definition at line 1865 of file result.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::SolveStatsProto::UnsafeArenaSwap ( SolveStatsProto *PROTOBUF_NONNULL other)
inline

Definition at line 985 of file result.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1171 of file result.pb.h.

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

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

Definition at line 1173 of file result.pb.h.

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

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

Definition at line 1164 of file result.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1170 of file result.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto
friend

Definition at line 1198 of file result.pb.h.

◆ swap

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

Definition at line 976 of file result.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolveStatsProto::_impl_

Definition at line 1197 of file result.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::SolveStatsProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 975 of file result.pb.h.


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