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

Detailed Description

Definition at line 1351 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 }
 nested types -------------------------------------------------— More...

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
 implements Message -------------------------------------------—
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
 repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;
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
 repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;
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
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 = 5

Protected Member Functions

 SearchStatistics (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 SearchStatistics (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SearchStatistics &from)
 SearchStatistics (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SearchStatistics &&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_2fconstraint_5fsolver_2fsearch_5fstats_2eproto
void swap (SearchStatistics &a, SearchStatistics &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kLocalSearchStatisticsFieldNumber 
kConstraintSolverStatisticsFieldNumber 

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

Constructor & Destructor Documentation

◆ SearchStatistics() [1/8]

operations_research::SearchStatistics::SearchStatistics ( )
inline

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

◆ ~SearchStatistics()

operations_research::SearchStatistics::~SearchStatistics ( )

@protoc_insertion_point(destructor:operations_research.SearchStatistics)

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

◆ SearchStatistics() [2/8]

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

◆ SearchStatistics() [3/8]

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

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

◆ SearchStatistics() [4/8]

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

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

◆ SearchStatistics() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.SearchStatistics)

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

◆ SearchStatistics() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.SearchStatistics)

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

◆ SearchStatistics() [7/8]

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

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

◆ SearchStatistics() [8/8]

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

Definition at line 190 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

@protoc_insertion_point(serialize_to_array_start:operations_research.SearchStatistics)

repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;

repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.SearchStatistics)

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

◆ add_constraint_solver_statistics()

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

@protoc_insertion_point(field_add:operations_research.SearchStatistics.constraint_solver_statistics)

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

◆ add_local_search_statistics()

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

@protoc_insertion_point(field_add:operations_research.SearchStatistics.local_search_statistics)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.SearchStatistics)

Prevent compiler warnings about cached_has_bits being unused

repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;

repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SearchStatistics::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.SearchStatistics)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_constraint_solver_statistics()

void operations_research::SearchStatistics::clear_constraint_solver_statistics ( )
inline

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

◆ clear_local_search_statistics()

void operations_research::SearchStatistics::clear_local_search_statistics ( )
inline

Definition at line 2483 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

@protoc_insertion_point(field_list:operations_research.SearchStatistics.constraint_solver_statistics)

Definition at line 2560 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

@protoc_insertion_point(field_get:operations_research.SearchStatistics.constraint_solver_statistics)

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

◆ constraint_solver_statistics_size()

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

repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.SearchStatistics)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::SearchStatistics::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::SearchStatistics::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

Definition at line 1437 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

@protoc_insertion_point(field_list:operations_research.SearchStatistics.local_search_statistics)

Definition at line 2510 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

@protoc_insertion_point(field_get:operations_research.SearchStatistics.local_search_statistics)

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

◆ local_search_statistics_size()

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

repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;

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

◆ MergeFrom()

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

Definition at line 1430 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

@protoc_insertion_point(field_mutable_list:operations_research.SearchStatistics.constraint_solver_statistics)

Definition at line 2542 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

@protoc_insertion_point(field_mutable:operations_research.SearchStatistics.constraint_solver_statistics)

Definition at line 2537 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

@protoc_insertion_point(field_mutable_list:operations_research.SearchStatistics.local_search_statistics)

Definition at line 2492 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

@protoc_insertion_point(field_mutable:operations_research.SearchStatistics.local_search_statistics)

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5fstats_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::SearchStatistics::_impl_

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

◆ kIndexInFileMessages

int operations_research::SearchStatistics::kIndexInFileMessages = 5
staticconstexpr

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


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