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

Detailed Description

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

#include <routing_ils.pb.h>

Inheritance diagram for operations_research::PerturbationStrategy:

Classes

class  _Internal

Public Types

using Value = PerturbationStrategy_Value
 nested types -------------------------------------------------—

Public Member Functions

 PerturbationStrategy ()
template<typename = void>
PROTOBUF_CONSTEXPR PerturbationStrategy (::google::protobuf::internal::ConstantInitialized)
 PerturbationStrategy (const PerturbationStrategy &from)
 PerturbationStrategy (PerturbationStrategy &&from) noexcept
PerturbationStrategyoperator= (const PerturbationStrategy &from)
PerturbationStrategyoperator= (PerturbationStrategy &&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 (PerturbationStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (PerturbationStrategy *PROTOBUF_NONNULL other)
PerturbationStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const PerturbationStrategy &from)
void MergeFrom (const PerturbationStrategy &from)
bool IsInitialized () const
::google::protobuf::Metadata GetMetadata () const
template<typename>
PROTOBUF_CONSTEXPR PerturbationStrategy (::_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 PerturbationStrategydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()
static bool Value_IsValid (int value)
static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL Value_descriptor ()
template<typename T>
static const ::std::string & Value_Name (T value)
static bool Value_Parse (::absl::string_view name, Value *PROTOBUF_NONNULL value)

Static Public Attributes

static constexpr int kIndexInFileMessages = 6
static constexpr Value UNSET = PerturbationStrategy_Value_UNSET
static constexpr Value RUIN_AND_RECREATE = PerturbationStrategy_Value_RUIN_AND_RECREATE
static constexpr Value Value_MIN = PerturbationStrategy_Value_Value_MIN
static constexpr Value Value_MAX = PerturbationStrategy_Value_Value_MAX
static constexpr int Value_ARRAYSIZE = PerturbationStrategy_Value_Value_ARRAYSIZE

Protected Member Functions

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

Member Typedef Documentation

◆ Value

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

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

Constructor & Destructor Documentation

◆ PerturbationStrategy() [1/8]

operations_research::PerturbationStrategy::PerturbationStrategy ( )
inline

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

◆ PerturbationStrategy() [2/8]

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

◆ PerturbationStrategy() [3/8]

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

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

◆ PerturbationStrategy() [4/8]

operations_research::PerturbationStrategy::PerturbationStrategy ( PerturbationStrategy && from)
inlinenoexcept

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

◆ PerturbationStrategy() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.PerturbationStrategy)

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

◆ PerturbationStrategy() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.PerturbationStrategy)

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

◆ PerturbationStrategy() [7/8]

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

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

◆ PerturbationStrategy() [8/8]

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

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

Member Function Documentation

◆ CopyFrom()

void operations_research::PerturbationStrategy::CopyFrom ( const PerturbationStrategy & from)
inline

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::PerturbationStrategy::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::PerturbationStrategy::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ Value_descriptor()

const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::PerturbationStrategy::Value_descriptor ( )
inlinestatic

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

◆ Value_IsValid()

bool operations_research::PerturbationStrategy::Value_IsValid ( int value)
inlinestatic

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

◆ Value_Name()

template<typename T>
const ::std::string & operations_research::PerturbationStrategy::Value_Name ( T value)
inlinestatic

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

◆ Value_Parse()

bool operations_research::PerturbationStrategy::Value_Parse ( ::absl::string_view name,
Value *PROTOBUF_NONNULL value )
inlinestatic

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

◆ swap

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

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

Member Data Documentation

◆ kIndexInFileMessages

int operations_research::PerturbationStrategy::kIndexInFileMessages = 6
staticconstexpr

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

◆ RUIN_AND_RECREATE

Value operations_research::PerturbationStrategy::RUIN_AND_RECREATE = PerturbationStrategy_Value_RUIN_AND_RECREATE
staticconstexpr

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

◆ UNSET

Value operations_research::PerturbationStrategy::UNSET = PerturbationStrategy_Value_UNSET
staticconstexpr

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

◆ Value_ARRAYSIZE

int operations_research::PerturbationStrategy::Value_ARRAYSIZE = PerturbationStrategy_Value_Value_ARRAYSIZE
staticconstexpr

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

◆ Value_MAX

Value operations_research::PerturbationStrategy::Value_MAX = PerturbationStrategy_Value_Value_MAX
staticconstexpr

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

◆ Value_MIN

Value operations_research::PerturbationStrategy::Value_MIN = PerturbationStrategy_Value_Value_MIN
staticconstexpr

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


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