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

Detailed Description

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

#include <search_stats.pb.h>

Inheritance diagram for operations_research::SubSolverStatistics:

Classes

class  _Internal

Public Types

enum  : int { kNumGlopCallsInLpSchedulingFieldNumber = 1 , kNumCpSatCallsInLpSchedulingFieldNumber = 2 , kNumMinCostFlowCallsFieldNumber = 3 }

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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNumGlopCallsInLpSchedulingFieldNumber 
kNumCpSatCallsInLpSchedulingFieldNumber 
kNumMinCostFlowCallsFieldNumber 

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

Constructor & Destructor Documentation

◆ SubSolverStatistics() [1/5]

operations_research::SubSolverStatistics::SubSolverStatistics ( )
inline

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

◆ ~SubSolverStatistics()

operations_research::SubSolverStatistics::~SubSolverStatistics ( )

Definition at line 2540 of file search_stats.pb.cc.

◆ 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

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

◆ SubSolverStatistics() [4/5]

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

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

◆ SubSolverStatistics() [5/5]

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

Definition at line 37 of file search_stats.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 2666 of file search_stats.pb.cc.

◆ ByteSizeLong()

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

Definition at line 2719 of file search_stats.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SubSolverStatistics::Clear ( )

Definition at line 2643 of file search_stats.pb.cc.

◆ clear_num_cp_sat_calls_in_lp_scheduling()

void operations_research::SubSolverStatistics::clear_num_cp_sat_calls_in_lp_scheduling ( )
inline

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

◆ clear_num_glop_calls_in_lp_scheduling()

void operations_research::SubSolverStatistics::clear_num_glop_calls_in_lp_scheduling ( )
inline

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

◆ clear_num_min_cost_flow_calls()

void operations_research::SubSolverStatistics::clear_num_min_cost_flow_calls ( )
inline

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

◆ CopyFrom()

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

Definition at line 2794 of file search_stats.pb.cc.

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

Definition at line 2814 of file search_stats.pb.cc.

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::SubSolverStatistics::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2563 of file search_stats.pb.cc.

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ num_cp_sat_calls_in_lp_scheduling()

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

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

◆ num_glop_calls_in_lp_scheduling()

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

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

◆ num_min_cost_flow_calls()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_num_cp_sat_calls_in_lp_scheduling()

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

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

◆ set_num_glop_calls_in_lp_scheduling()

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

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

◆ set_num_min_cost_flow_calls()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5fstats_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5fstats_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::SubSolverStatistics::_impl_

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

◆ kIndexInFileMessages

int operations_research::SubSolverStatistics::kIndexInFileMessages = 5
staticconstexpr

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


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