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

Detailed Description

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

#include <routing_ils.pb.h>

Inheritance diagram for operations_research::CoolingScheduleStrategy:

Classes

class  _Internal

Public Types

using Value = CoolingScheduleStrategy_Value

Public Member Functions

 CoolingScheduleStrategy ()
template<typename = void>
PROTOBUF_CONSTEXPR CoolingScheduleStrategy (::google::protobuf::internal::ConstantInitialized)
 CoolingScheduleStrategy (const CoolingScheduleStrategy &from)
 CoolingScheduleStrategy (CoolingScheduleStrategy &&from) noexcept
CoolingScheduleStrategyoperator= (const CoolingScheduleStrategy &from)
CoolingScheduleStrategyoperator= (CoolingScheduleStrategy &&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 (CoolingScheduleStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CoolingScheduleStrategy *PROTOBUF_NONNULL other)
CoolingScheduleStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const CoolingScheduleStrategy &from)
void MergeFrom (const CoolingScheduleStrategy &from)
bool IsInitialized () const
::google::protobuf::Metadata GetMetadata () const
template<typename>
PROTOBUF_CONSTEXPR CoolingScheduleStrategy (::_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 CoolingScheduleStrategydefault_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 = 9
static constexpr Value UNSET = CoolingScheduleStrategy_Value_UNSET
static constexpr Value EXPONENTIAL = CoolingScheduleStrategy_Value_EXPONENTIAL
static constexpr Value LINEAR = CoolingScheduleStrategy_Value_LINEAR
static constexpr Value Value_MIN = CoolingScheduleStrategy_Value_Value_MIN
static constexpr Value Value_MAX = CoolingScheduleStrategy_Value_Value_MAX
static constexpr int Value_ARRAYSIZE = CoolingScheduleStrategy_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 (CoolingScheduleStrategy &a, CoolingScheduleStrategy &b)

Member Typedef Documentation

◆ Value

Constructor & Destructor Documentation

◆ CoolingScheduleStrategy() [1/5]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( )
inline

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

◆ CoolingScheduleStrategy() [2/5]

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

◆ CoolingScheduleStrategy() [3/5]

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

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

◆ CoolingScheduleStrategy() [4/5]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( CoolingScheduleStrategy && from)
inlinenoexcept

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

◆ CoolingScheduleStrategy() [5/5]

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

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

Member Function Documentation

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::CoolingScheduleStrategy::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ Value_descriptor()

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

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

◆ Value_IsValid()

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

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

◆ Value_Name()

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

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

◆ Value_Parse()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ swap

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

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

Member Data Documentation

◆ EXPONENTIAL

Value operations_research::CoolingScheduleStrategy::EXPONENTIAL = CoolingScheduleStrategy_Value_EXPONENTIAL
staticconstexpr

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

◆ kIndexInFileMessages

int operations_research::CoolingScheduleStrategy::kIndexInFileMessages = 9
staticconstexpr

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

◆ LINEAR

Value operations_research::CoolingScheduleStrategy::LINEAR = CoolingScheduleStrategy_Value_LINEAR
staticconstexpr

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

◆ UNSET

Value operations_research::CoolingScheduleStrategy::UNSET = CoolingScheduleStrategy_Value_UNSET
staticconstexpr

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

◆ Value_ARRAYSIZE

int operations_research::CoolingScheduleStrategy::Value_ARRAYSIZE = CoolingScheduleStrategy_Value_Value_ARRAYSIZE
staticconstexpr

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

◆ Value_MAX

Value operations_research::CoolingScheduleStrategy::Value_MAX = CoolingScheduleStrategy_Value_Value_MAX
staticconstexpr

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

◆ Value_MIN

Value operations_research::CoolingScheduleStrategy::Value_MIN = CoolingScheduleStrategy_Value_Value_MIN
staticconstexpr

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


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