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

Detailed Description

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

#include <routing_ils.pb.h>

Inheritance diagram for operations_research::SISRRuinStrategy:

Classes

class  _Internal

Public Types

enum  : int { kMaxRemovedSequenceSizeFieldNumber = 1 , kAvgNumRemovedVisitsFieldNumber = 2 , kBypassFactorFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 SISRRuinStrategy ()
 ~SISRRuinStrategy () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SISRRuinStrategy (::google::protobuf::internal::ConstantInitialized)
 SISRRuinStrategy (const SISRRuinStrategy &from)
 SISRRuinStrategy (SISRRuinStrategy &&from) noexcept
SISRRuinStrategyoperator= (const SISRRuinStrategy &from)
SISRRuinStrategyoperator= (SISRRuinStrategy &&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 (SISRRuinStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SISRRuinStrategy *PROTOBUF_NONNULL other)
SISRRuinStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const SISRRuinStrategy &from)
void MergeFrom (const SISRRuinStrategy &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_max_removed_sequence_size () const
 optional uint32 max_removed_sequence_size = 1;
void clear_max_removed_sequence_size ()
::uint32_t max_removed_sequence_size () const
void set_max_removed_sequence_size (::uint32_t value)
bool has_avg_num_removed_visits () const
 optional uint32 avg_num_removed_visits = 2;
void clear_avg_num_removed_visits ()
::uint32_t avg_num_removed_visits () const
void set_avg_num_removed_visits (::uint32_t value)
bool has_bypass_factor () const
 optional double bypass_factor = 3;
void clear_bypass_factor ()
double bypass_factor () const
void set_bypass_factor (double value)
template<typename>
PROTOBUF_CONSTEXPR SISRRuinStrategy (::_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 SISRRuinStrategydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kMaxRemovedSequenceSizeFieldNumber 
kAvgNumRemovedVisitsFieldNumber 
kBypassFactorFieldNumber 

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

Constructor & Destructor Documentation

◆ SISRRuinStrategy() [1/8]

operations_research::SISRRuinStrategy::SISRRuinStrategy ( )
inline

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

◆ ~SISRRuinStrategy()

operations_research::SISRRuinStrategy::~SISRRuinStrategy ( )

@protoc_insertion_point(destructor:operations_research.SISRRuinStrategy)

Definition at line 1011 of file routing_ils.pb.cc.

◆ SISRRuinStrategy() [2/8]

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

◆ SISRRuinStrategy() [3/8]

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

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

◆ SISRRuinStrategy() [4/8]

operations_research::SISRRuinStrategy::SISRRuinStrategy ( SISRRuinStrategy && from)
inlinenoexcept

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

◆ SISRRuinStrategy() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.SISRRuinStrategy)

Definition at line 977 of file routing_ils.pb.cc.

◆ SISRRuinStrategy() [6/8]

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

Definition at line 986 of file routing_ils.pb.cc.

◆ SISRRuinStrategy() [7/8]

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

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

◆ SISRRuinStrategy() [8/8]

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

Definition at line 90 of file routing_ils.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.SISRRuinStrategy)

optional uint32 max_removed_sequence_size = 1;

optional uint32 avg_num_removed_visits = 2;

optional double bypass_factor = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.SISRRuinStrategy)

Definition at line 1134 of file routing_ils.pb.cc.

◆ avg_num_removed_visits()

uint32_t operations_research::SISRRuinStrategy::avg_num_removed_visits ( ) const
inline

@protoc_insertion_point(field_get:operations_research.SISRRuinStrategy.avg_num_removed_visits)

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

◆ bypass_factor()

double operations_research::SISRRuinStrategy::bypass_factor ( ) const
inline

@protoc_insertion_point(field_get:operations_research.SISRRuinStrategy.bypass_factor)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.SISRRuinStrategy)

Prevent compiler warnings about cached_has_bits being unused

optional uint32 max_removed_sequence_size = 1;

optional uint32 avg_num_removed_visits = 2;

Definition at line 1178 of file routing_ils.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SISRRuinStrategy::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.SISRRuinStrategy)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1111 of file routing_ils.pb.cc.

◆ clear_avg_num_removed_visits()

void operations_research::SISRRuinStrategy::clear_avg_num_removed_visits ( )
inline

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

◆ clear_bypass_factor()

void operations_research::SISRRuinStrategy::clear_bypass_factor ( )
inline

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

◆ clear_max_removed_sequence_size()

void operations_research::SISRRuinStrategy::clear_max_removed_sequence_size ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.SISRRuinStrategy)

Definition at line 1231 of file routing_ils.pb.cc.

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

Definition at line 1059 of file routing_ils.pb.cc.

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

Definition at line 1251 of file routing_ils.pb.cc.

◆ GetReflection()

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

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

◆ has_avg_num_removed_visits()

bool operations_research::SISRRuinStrategy::has_avg_num_removed_visits ( ) const
inline

optional uint32 avg_num_removed_visits = 2;

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

◆ has_bypass_factor()

bool operations_research::SISRRuinStrategy::has_bypass_factor ( ) const
inline

optional double bypass_factor = 3;

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

◆ has_max_removed_sequence_size()

bool operations_research::SISRRuinStrategy::has_max_removed_sequence_size ( ) const
inline

optional uint32 max_removed_sequence_size = 1;

SISRRuinStrategy.

optional uint32 max_removed_sequence_size = 1;

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

◆ InternalGenerateClassData_()

auto operations_research::SISRRuinStrategy::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1031 of file routing_ils.pb.cc.

◆ InternalNewImpl_()

auto operations_research::SISRRuinStrategy::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1027 of file routing_ils.pb.cc.

◆ IsInitialized()

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

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

◆ max_removed_sequence_size()

uint32_t operations_research::SISRRuinStrategy::max_removed_sequence_size ( ) const
inline

@protoc_insertion_point(field_get:operations_research.SISRRuinStrategy.max_removed_sequence_size)

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

Definition at line 1022 of file routing_ils.pb.cc.

◆ set_avg_num_removed_visits()

void operations_research::SISRRuinStrategy::set_avg_num_removed_visits ( ::uint32_t value)
inline

@protoc_insertion_point(field_set:operations_research.SISRRuinStrategy.avg_num_removed_visits)

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

◆ set_bypass_factor()

void operations_research::SISRRuinStrategy::set_bypass_factor ( double value)
inline

@protoc_insertion_point(field_set:operations_research.SISRRuinStrategy.bypass_factor)

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

◆ set_max_removed_sequence_size()

void operations_research::SISRRuinStrategy::set_max_removed_sequence_size ( ::uint32_t value)
inline

@protoc_insertion_point(field_set:operations_research.SISRRuinStrategy.max_removed_sequence_size)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::SISRRuinStrategy::_impl_

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

◆ kIndexInFileMessages

int operations_research::SISRRuinStrategy::kIndexInFileMessages = 2
staticconstexpr

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


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