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

Detailed Description

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

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
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 = 8
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

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

Constructor & Destructor Documentation

◆ PerturbationStrategy() [1/5]

operations_research::PerturbationStrategy::PerturbationStrategy ( )
inline

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

◆ PerturbationStrategy() [2/5]

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

◆ PerturbationStrategy() [3/5]

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

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

◆ PerturbationStrategy() [4/5]

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

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

◆ PerturbationStrategy() [5/5]

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 1334 of file routing_ils.pb.h.

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::PerturbationStrategy::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

Definition at line 1338 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 1294 of file routing_ils.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ Value_descriptor()

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

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

◆ Value_IsValid()

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

Definition at line 1372 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 1382 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 1385 of file routing_ils.pb.h.

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ kIndexInFileMessages

int operations_research::PerturbationStrategy::kIndexInFileMessages = 8
staticconstexpr

Definition at line 1312 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 1371 of file routing_ils.pb.h.

◆ UNSET

Value operations_research::PerturbationStrategy::UNSET = PerturbationStrategy_Value_UNSET
staticconstexpr

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

◆ Value_ARRAYSIZE

int operations_research::PerturbationStrategy::Value_ARRAYSIZE = PerturbationStrategy_Value_Value_ARRAYSIZE
staticconstexpr

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

◆ Value_MAX

Value operations_research::PerturbationStrategy::Value_MAX = PerturbationStrategy_Value_Value_MAX
staticconstexpr

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

◆ Value_MIN

Value operations_research::PerturbationStrategy::Value_MIN = PerturbationStrategy_Value_Value_MIN
staticconstexpr

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


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