Google OR-Tools: operations_research::SubSolverStatistics Class Reference

Definition at line 99 of file search_stats.pb.h.

#include <search_stats.pb.h>

Public Member Functions

 SubSolverStatistics ()
 ~SubSolverStatistics () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SubSolverStatistics (::google::protobuf::internal::ConstantInitialized)
 SubSolverStatistics (const SubSolverStatistics &from)
 SubSolverStatistics (SubSolverStatistics &&from) noexcept
SubSolverStatisticsoperator= (const SubSolverStatistics &from)
SubSolverStatisticsoperator= (SubSolverStatistics &&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 (SubSolverStatistics *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SubSolverStatistics *PROTOBUF_NONNULL other)
SubSolverStatistics *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SubSolverStatistics &from)
void MergeFrom (const SubSolverStatistics &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_num_glop_calls_in_lp_scheduling ()
::int64_t num_glop_calls_in_lp_scheduling () const
void set_num_glop_calls_in_lp_scheduling (::int64_t value)
void clear_num_cp_sat_calls_in_lp_scheduling ()
::int64_t num_cp_sat_calls_in_lp_scheduling () const
void set_num_cp_sat_calls_in_lp_scheduling (::int64_t value)
void clear_num_min_cost_flow_calls ()
::int64_t num_min_cost_flow_calls () const
void set_num_min_cost_flow_calls (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR SubSolverStatistics (::_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 SubSolverStatisticsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

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_2fconstraint_5fsolver_2fsearch_5fstats_2eproto
void swap (SubSolverStatistics &a, SubSolverStatistics &b)

◆ anonymous enum

Enumerator
kNumGlopCallsInLpSchedulingFieldNumber 
kNumCpSatCallsInLpSchedulingFieldNumber 
kNumMinCostFlowCallsFieldNumber 

Definition at line 240 of file search_stats.pb.h.

operations_research::SubSolverStatistics::SubSolverStatistics ( )
inline

◆ ~SubSolverStatistics()

operations_research::SubSolverStatistics::~SubSolverStatistics ( )

◆ SubSolverStatistics() [2/5]

template<typename = void>

PROTOBUF_CONSTEXPR operations_research::SubSolverStatistics::SubSolverStatistics ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ SubSolverStatistics() [3/5]

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

◆ SubSolverStatistics() [4/5]

operations_research::SubSolverStatistics::SubSolverStatistics ( SubSolverStatistics && from)
inlinenoexcept

◆ SubSolverStatistics() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::SubSolverStatistics::SubSolverStatistics ( ::_pbi::ConstantInitialized )

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t operations_research::SubSolverStatistics::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SubSolverStatistics::Clear ( )

◆ clear_num_cp_sat_calls_in_lp_scheduling()

void operations_research::SubSolverStatistics::clear_num_cp_sat_calls_in_lp_scheduling ( )
inline

◆ clear_num_glop_calls_in_lp_scheduling()

void operations_research::SubSolverStatistics::clear_num_glop_calls_in_lp_scheduling ( )
inline

◆ clear_num_min_cost_flow_calls()

void operations_research::SubSolverStatistics::clear_num_min_cost_flow_calls ( )
inline

◆ CopyFrom()

void operations_research::SubSolverStatistics::CopyFrom ( const SubSolverStatistics & from)

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ InternalGenerateClassData_()

auto operations_research::SubSolverStatistics::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_unknown_fields()

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

◆ New()

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

◆ num_cp_sat_calls_in_lp_scheduling()

int64_t operations_research::SubSolverStatistics::num_cp_sat_calls_in_lp_scheduling ( ) const
inline

◆ num_glop_calls_in_lp_scheduling()

int64_t operations_research::SubSolverStatistics::num_glop_calls_in_lp_scheduling ( ) const
inline

◆ num_min_cost_flow_calls()

int64_t operations_research::SubSolverStatistics::num_min_cost_flow_calls ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ set_num_cp_sat_calls_in_lp_scheduling()

void operations_research::SubSolverStatistics::set_num_cp_sat_calls_in_lp_scheduling ( ::int64_t value)
inline

◆ set_num_glop_calls_in_lp_scheduling()

void operations_research::SubSolverStatistics::set_num_glop_calls_in_lp_scheduling ( ::int64_t value)
inline

◆ set_num_min_cost_flow_calls()

void operations_research::SubSolverStatistics::set_num_min_cost_flow_calls ( ::int64_t value)
inline

◆ Swap()

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

◆ unknown_fields()

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

◆ UnsafeArenaSwap()

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

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena

friend

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

template<typename T>

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

friend

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

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

friend

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite

friend

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5fstats_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5fstats_2eproto

friend

◆ swap

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

◆ _impl_

Impl_ operations_research::SubSolverStatistics::_impl_

◆ kIndexInFileMessages

int operations_research::SubSolverStatistics::kIndexInFileMessages = 5

staticconstexpr

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