Google OR-Tools: operations_research::RandomWalkRuinStrategy Class Reference

Definition at line 1066 of file routing_ils.pb.h.

#include <routing_ils.pb.h>

Public Types

enum  : int { kNumRemovedVisitsFieldNumber = 7 }

Public Member Functions

 RandomWalkRuinStrategy ()
 ~RandomWalkRuinStrategy () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR RandomWalkRuinStrategy (::google::protobuf::internal::ConstantInitialized)
 RandomWalkRuinStrategy (const RandomWalkRuinStrategy &from)
 RandomWalkRuinStrategy (RandomWalkRuinStrategy &&from) noexcept
RandomWalkRuinStrategyoperator= (const RandomWalkRuinStrategy &from)
RandomWalkRuinStrategyoperator= (RandomWalkRuinStrategy &&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 (RandomWalkRuinStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (RandomWalkRuinStrategy *PROTOBUF_NONNULL other)
RandomWalkRuinStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const RandomWalkRuinStrategy &from)
void MergeFrom (const RandomWalkRuinStrategy &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
bool has_num_removed_visits () const
void clear_num_removed_visits ()
::uint32_t num_removed_visits () const
void set_num_removed_visits (::uint32_t value)
template<typename>
PROTOBUF_CONSTEXPR RandomWalkRuinStrategy (::_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 RandomWalkRuinStrategydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

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

◆ anonymous enum

operations_research::RandomWalkRuinStrategy::RandomWalkRuinStrategy ( )
inline

◆ ~RandomWalkRuinStrategy()

operations_research::RandomWalkRuinStrategy::~RandomWalkRuinStrategy ( )

◆ RandomWalkRuinStrategy() [2/5]

template<typename = void>

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

◆ RandomWalkRuinStrategy() [3/5]

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

◆ RandomWalkRuinStrategy() [4/5]

operations_research::RandomWalkRuinStrategy::RandomWalkRuinStrategy ( RandomWalkRuinStrategy && from)
inlinenoexcept

◆ RandomWalkRuinStrategy() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::RandomWalkRuinStrategy::RandomWalkRuinStrategy ( ::_pbi::ConstantInitialized )

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::RandomWalkRuinStrategy::Clear ( )

◆ clear_num_removed_visits()

void operations_research::RandomWalkRuinStrategy::clear_num_removed_visits ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ has_num_removed_visits()

bool operations_research::RandomWalkRuinStrategy::has_num_removed_visits ( ) const
inline

◆ InternalGenerateClassData_()

auto operations_research::RandomWalkRuinStrategy::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_unknown_fields()

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

◆ New()

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

◆ num_removed_visits()

uint32_t operations_research::RandomWalkRuinStrategy::num_removed_visits ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ set_num_removed_visits()

void operations_research::RandomWalkRuinStrategy::set_num_removed_visits ( ::uint32_t value)
inline

◆ Swap()

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

◆ unknown_fields()

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

◆ UnsafeArenaSwap()

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

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

friend

◆ swap

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

◆ _impl_

Impl_ operations_research::RandomWalkRuinStrategy::_impl_

◆ kIndexInFileMessages

int operations_research::RandomWalkRuinStrategy::kIndexInFileMessages = 1

staticconstexpr

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