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

Detailed Description

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

#include <search_stats.pb.h>

Inheritance diagram for operations_research::SearchStatistics:

Classes

class  _Internal

Public Types

enum  : int { kLocalSearchStatisticsFieldNumber = 1 , kConstraintSolverStatisticsFieldNumber = 2 , kSubSolverStatisticsFieldNumber = 3 }

Public Member Functions

 SearchStatistics ()
 ~SearchStatistics () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SearchStatistics (::google::protobuf::internal::ConstantInitialized)
 SearchStatistics (const SearchStatistics &from)
 SearchStatistics (SearchStatistics &&from) noexcept
SearchStatisticsoperator= (const SearchStatistics &from)
SearchStatisticsoperator= (SearchStatistics &&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 (SearchStatistics *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SearchStatistics *PROTOBUF_NONNULL other)
SearchStatistics *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SearchStatistics &from)
void MergeFrom (const SearchStatistics &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
int local_search_statistics_size () const
void clear_local_search_statistics ()
::operations_research::LocalSearchStatistics *PROTOBUF_NONNULL mutable_local_search_statistics (int index)
::google::protobuf::RepeatedPtrField<::operations_research::LocalSearchStatistics > *PROTOBUF_NONNULL mutable_local_search_statistics ()
const ::operations_research::LocalSearchStatisticslocal_search_statistics (int index) const
::operations_research::LocalSearchStatistics *PROTOBUF_NONNULL add_local_search_statistics ()
const ::google::protobuf::RepeatedPtrField<::operations_research::LocalSearchStatistics > & local_search_statistics () const
int constraint_solver_statistics_size () const
void clear_constraint_solver_statistics ()
::operations_research::ConstraintSolverStatistics *PROTOBUF_NONNULL mutable_constraint_solver_statistics (int index)
::google::protobuf::RepeatedPtrField<::operations_research::ConstraintSolverStatistics > *PROTOBUF_NONNULL mutable_constraint_solver_statistics ()
const ::operations_research::ConstraintSolverStatisticsconstraint_solver_statistics (int index) const
::operations_research::ConstraintSolverStatistics *PROTOBUF_NONNULL add_constraint_solver_statistics ()
const ::google::protobuf::RepeatedPtrField<::operations_research::ConstraintSolverStatistics > & constraint_solver_statistics () const
int sub_solver_statistics_size () const
void clear_sub_solver_statistics ()
::operations_research::SubSolverStatistics *PROTOBUF_NONNULL mutable_sub_solver_statistics (int index)
::google::protobuf::RepeatedPtrField<::operations_research::SubSolverStatistics > *PROTOBUF_NONNULL mutable_sub_solver_statistics ()
const ::operations_research::SubSolverStatisticssub_solver_statistics (int index) const
::operations_research::SubSolverStatistics *PROTOBUF_NONNULL add_sub_solver_statistics ()
const ::google::protobuf::RepeatedPtrField<::operations_research::SubSolverStatistics > & sub_solver_statistics () const
template<typename>
PROTOBUF_CONSTEXPR SearchStatistics (::_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 SearchStatisticsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 6

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 (SearchStatistics &a, SearchStatistics &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLocalSearchStatisticsFieldNumber 
kConstraintSolverStatisticsFieldNumber 
kSubSolverStatisticsFieldNumber 

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

Constructor & Destructor Documentation

◆ SearchStatistics() [1/5]

operations_research::SearchStatistics::SearchStatistics ( )
inline

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

◆ ~SearchStatistics()

operations_research::SearchStatistics::~SearchStatistics ( )

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

◆ SearchStatistics() [2/5]

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

◆ SearchStatistics() [3/5]

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

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

◆ SearchStatistics() [4/5]

operations_research::SearchStatistics::SearchStatistics ( SearchStatistics && from)
inlinenoexcept

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

◆ SearchStatistics() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ add_constraint_solver_statistics()

operations_research::ConstraintSolverStatistics *PROTOBUF_NONNULL operations_research::SearchStatistics::add_constraint_solver_statistics ( )
inline

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

◆ add_local_search_statistics()

operations_research::LocalSearchStatistics *PROTOBUF_NONNULL operations_research::SearchStatistics::add_local_search_statistics ( )
inline

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

◆ add_sub_solver_statistics()

operations_research::SubSolverStatistics *PROTOBUF_NONNULL operations_research::SearchStatistics::add_sub_solver_statistics ( )
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SearchStatistics::Clear ( )

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

◆ clear_constraint_solver_statistics()

void operations_research::SearchStatistics::clear_constraint_solver_statistics ( )
inline

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

◆ clear_local_search_statistics()

void operations_research::SearchStatistics::clear_local_search_statistics ( )
inline

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

◆ clear_sub_solver_statistics()

void operations_research::SearchStatistics::clear_sub_solver_statistics ( )
inline

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

◆ constraint_solver_statistics() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::ConstraintSolverStatistics > & operations_research::SearchStatistics::constraint_solver_statistics ( ) const
inline

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

◆ constraint_solver_statistics() [2/2]

const::operations_research::ConstraintSolverStatistics & operations_research::SearchStatistics::constraint_solver_statistics ( int index) const
inline

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

◆ constraint_solver_statistics_size()

int operations_research::SearchStatistics::constraint_solver_statistics_size ( ) const
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::SearchStatistics::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ IsInitialized()

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

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

◆ local_search_statistics() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::LocalSearchStatistics > & operations_research::SearchStatistics::local_search_statistics ( ) const
inline

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

◆ local_search_statistics() [2/2]

const::operations_research::LocalSearchStatistics & operations_research::SearchStatistics::local_search_statistics ( int index) const
inline

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

◆ local_search_statistics_size()

int operations_research::SearchStatistics::local_search_statistics_size ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_constraint_solver_statistics() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::ConstraintSolverStatistics > *PROTOBUF_NONNULL operations_research::SearchStatistics::mutable_constraint_solver_statistics ( )
inline

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

◆ mutable_constraint_solver_statistics() [2/2]

operations_research::ConstraintSolverStatistics *PROTOBUF_NONNULL operations_research::SearchStatistics::mutable_constraint_solver_statistics ( int index)
inline

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

◆ mutable_local_search_statistics() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::LocalSearchStatistics > *PROTOBUF_NONNULL operations_research::SearchStatistics::mutable_local_search_statistics ( )
inline

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

◆ mutable_local_search_statistics() [2/2]

operations_research::LocalSearchStatistics *PROTOBUF_NONNULL operations_research::SearchStatistics::mutable_local_search_statistics ( int index)
inline

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

◆ mutable_sub_solver_statistics() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::SubSolverStatistics > *PROTOBUF_NONNULL operations_research::SearchStatistics::mutable_sub_solver_statistics ( )
inline

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

◆ mutable_sub_solver_statistics() [2/2]

operations_research::SubSolverStatistics *PROTOBUF_NONNULL operations_research::SearchStatistics::mutable_sub_solver_statistics ( int index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ sub_solver_statistics() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::SubSolverStatistics > & operations_research::SearchStatistics::sub_solver_statistics ( ) const
inline

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

◆ sub_solver_statistics() [2/2]

const::operations_research::SubSolverStatistics & operations_research::SearchStatistics::sub_solver_statistics ( int index) const
inline

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

◆ sub_solver_statistics_size()

int operations_research::SearchStatistics::sub_solver_statistics_size ( ) const
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

Definition at line 1771 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 1794 of file search_stats.pb.h.

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::SearchStatistics::_impl_

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

◆ kIndexInFileMessages

int operations_research::SearchStatistics::kIndexInFileMessages = 6
staticconstexpr

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


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