Google OR-Tools: operations_research::ConstraintSolverStatistics Class Reference

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

#include <search_stats.pb.h>

Public Types

enum  : int {
  kNumBranchesFieldNumber = 1 , kNumFailuresFieldNumber = 2 , kNumSolutionsFieldNumber = 3 , kBytesUsedFieldNumber = 4 ,
  kDurationSecondsFieldNumber = 5
}

Public Member Functions

 ConstraintSolverStatistics ()
 ~ConstraintSolverStatistics () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ConstraintSolverStatistics (::google::protobuf::internal::ConstantInitialized)
 ConstraintSolverStatistics (const ConstraintSolverStatistics &from)
 ConstraintSolverStatistics (ConstraintSolverStatistics &&from) noexcept
ConstraintSolverStatisticsoperator= (const ConstraintSolverStatistics &from)
ConstraintSolverStatisticsoperator= (ConstraintSolverStatistics &&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 (ConstraintSolverStatistics *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ConstraintSolverStatistics *PROTOBUF_NONNULL other)
ConstraintSolverStatistics *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const ConstraintSolverStatistics &from)
void MergeFrom (const ConstraintSolverStatistics &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_branches ()
::int64_t num_branches () const
void set_num_branches (::int64_t value)
void clear_num_failures ()
::int64_t num_failures () const
void set_num_failures (::int64_t value)
void clear_num_solutions ()
::int64_t num_solutions () const
void set_num_solutions (::int64_t value)
void clear_bytes_used ()
::int64_t bytes_used () const
void set_bytes_used (::int64_t value)
void clear_duration_seconds ()
double duration_seconds () const
void set_duration_seconds (double value)
template<typename>
PROTOBUF_CONSTEXPR ConstraintSolverStatistics (::_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 ConstraintSolverStatisticsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 4

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

◆ anonymous enum

Enumerator
kNumBranchesFieldNumber 
kNumFailuresFieldNumber 
kNumSolutionsFieldNumber 
kBytesUsedFieldNumber 
kDurationSecondsFieldNumber 

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

operations_research::ConstraintSolverStatistics::ConstraintSolverStatistics ( )
inline

◆ ~ConstraintSolverStatistics()

operations_research::ConstraintSolverStatistics::~ConstraintSolverStatistics ( )

◆ ConstraintSolverStatistics() [2/5]

template<typename = void>

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

◆ ConstraintSolverStatistics() [3/5]

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

◆ ConstraintSolverStatistics() [4/5]

operations_research::ConstraintSolverStatistics::ConstraintSolverStatistics ( ConstraintSolverStatistics && from)
inlinenoexcept

◆ ConstraintSolverStatistics() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::ConstraintSolverStatistics::ConstraintSolverStatistics ( ::_pbi::ConstantInitialized )

◆ _InternalSerialize()

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

◆ bytes_used()

int64_t operations_research::ConstraintSolverStatistics::bytes_used ( ) const
inline

◆ ByteSizeLong()

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::ConstraintSolverStatistics::Clear ( )

◆ clear_bytes_used()

void operations_research::ConstraintSolverStatistics::clear_bytes_used ( )
inline

◆ clear_duration_seconds()

void operations_research::ConstraintSolverStatistics::clear_duration_seconds ( )
inline

◆ clear_num_branches()

void operations_research::ConstraintSolverStatistics::clear_num_branches ( )
inline

◆ clear_num_failures()

void operations_research::ConstraintSolverStatistics::clear_num_failures ( )
inline

◆ clear_num_solutions()

void operations_research::ConstraintSolverStatistics::clear_num_solutions ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ descriptor()

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

◆ duration_seconds()

double operations_research::ConstraintSolverStatistics::duration_seconds ( ) const
inline

◆ GetCachedSize()

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

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ InternalGenerateClassData_()

auto operations_research::ConstraintSolverStatistics::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_unknown_fields()

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

◆ New()

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

◆ num_branches()

int64_t operations_research::ConstraintSolverStatistics::num_branches ( ) const
inline

◆ num_failures()

int64_t operations_research::ConstraintSolverStatistics::num_failures ( ) const
inline

◆ num_solutions()

int64_t operations_research::ConstraintSolverStatistics::num_solutions ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ set_bytes_used()

void operations_research::ConstraintSolverStatistics::set_bytes_used ( ::int64_t value)
inline

◆ set_duration_seconds()

void operations_research::ConstraintSolverStatistics::set_duration_seconds ( double value)
inline

◆ set_num_branches()

void operations_research::ConstraintSolverStatistics::set_num_branches ( ::int64_t value)
inline

◆ set_num_failures()

void operations_research::ConstraintSolverStatistics::set_num_failures ( ::int64_t value)
inline

◆ set_num_solutions()

void operations_research::ConstraintSolverStatistics::set_num_solutions ( ::int64_t value)
inline

◆ Swap()

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

◆ unknown_fields()

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

◆ UnsafeArenaSwap()

void operations_research::ConstraintSolverStatistics::UnsafeArenaSwap ( ConstraintSolverStatistics *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

◆ _impl_

Impl_ operations_research::ConstraintSolverStatistics::_impl_

◆ kIndexInFileMessages

int operations_research::ConstraintSolverStatistics::kIndexInFileMessages = 4

staticconstexpr

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