![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 479 of file routing_ils.pb.h.
#include <routing_ils.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kInitialTemperatureFieldNumber = 2 , kCoolingScheduleStrategyFieldNumber = 1 , kAutomaticTemperaturesFieldNumber = 4 , kFinalTemperatureFieldNumber = 3 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
SimulatedAnnealingParameters () | |
~SimulatedAnnealingParameters () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | SimulatedAnnealingParameters (::google::protobuf::internal::ConstantInitialized) |
SimulatedAnnealingParameters (const SimulatedAnnealingParameters &from) | |
SimulatedAnnealingParameters (SimulatedAnnealingParameters &&from) noexcept | |
SimulatedAnnealingParameters & | operator= (const SimulatedAnnealingParameters &from) |
SimulatedAnnealingParameters & | operator= (SimulatedAnnealingParameters &&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 (SimulatedAnnealingParameters *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (SimulatedAnnealingParameters *PROTOBUF_NONNULL other) |
SimulatedAnnealingParameters *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const SimulatedAnnealingParameters &from) |
void | MergeFrom (const SimulatedAnnealingParameters &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_initial_temperature () const |
optional double initial_temperature = 2; | |
void | clear_initial_temperature () |
double | initial_temperature () const |
void | set_initial_temperature (double value) |
void | clear_cooling_schedule_strategy () |
.operations_research.CoolingScheduleStrategy.Value cooling_schedule_strategy = 1; | |
::operations_research::CoolingScheduleStrategy_Value | cooling_schedule_strategy () const |
void | set_cooling_schedule_strategy (::operations_research::CoolingScheduleStrategy_Value value) |
bool | has_automatic_temperatures () const |
optional bool automatic_temperatures = 4; | |
void | clear_automatic_temperatures () |
bool | automatic_temperatures () const |
void | set_automatic_temperatures (bool value) |
bool | has_final_temperature () const |
optional double final_temperature = 3; | |
void | clear_final_temperature () |
double | final_temperature () const |
void | set_final_temperature (double value) |
template<typename> | |
PROTOBUF_CONSTEXPR | SimulatedAnnealingParameters (::_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 SimulatedAnnealingParameters & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 8 |
Protected Member Functions | |
SimulatedAnnealingParameters (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SimulatedAnnealingParameters (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SimulatedAnnealingParameters &from) | |
SimulatedAnnealingParameters (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SimulatedAnnealingParameters &&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 (SimulatedAnnealingParameters &a, SimulatedAnnealingParameters &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kInitialTemperatureFieldNumber | |
kCoolingScheduleStrategyFieldNumber | |
kAutomaticTemperaturesFieldNumber | |
kFinalTemperatureFieldNumber |
Definition at line 621 of file routing_ils.pb.h.
|
inline |
Definition at line 482 of file routing_ils.pb.h.
operations_research::SimulatedAnnealingParameters::~SimulatedAnnealingParameters | ( | ) |
@protoc_insertion_point(destructor:operations_research.SimulatedAnnealingParameters)
Definition at line 2442 of file routing_ils.pb.cc.
|
explicit |
|
inline |
Definition at line 495 of file routing_ils.pb.h.
|
inlinenoexcept |
Definition at line 496 of file routing_ils.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.SimulatedAnnealingParameters)
Definition at line 2408 of file routing_ils.pb.cc.
|
protected |
Definition at line 2417 of file routing_ils.pb.cc.
|
inlineprotectednoexcept |
Definition at line 603 of file routing_ils.pb.h.
PROTOBUF_CONSTEXPR operations_research::SimulatedAnnealingParameters::SimulatedAnnealingParameters | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 63 of file routing_ils.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.SimulatedAnnealingParameters)
.operations_research.CoolingScheduleStrategy.Value cooling_schedule_strategy = 1;
optional double initial_temperature = 2;
optional double final_temperature = 3;
optional bool automatic_temperatures = 4;
@protoc_insertion_point(serialize_to_array_end:operations_research.SimulatedAnnealingParameters)
Definition at line 2570 of file routing_ils.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.SimulatedAnnealingParameters.automatic_temperatures)
Definition at line 3288 of file routing_ils.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.SimulatedAnnealingParameters)
Prevent compiler warnings about cached_has_bits being unused
.operations_research.CoolingScheduleStrategy.Value cooling_schedule_strategy = 1;
Definition at line 2623 of file routing_ils.pb.cc.
PROTOBUF_NOINLINE void operations_research::SimulatedAnnealingParameters::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.SimulatedAnnealingParameters)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2547 of file routing_ils.pb.cc.
|
inline |
Definition at line 3283 of file routing_ils.pb.h.
|
inline |
.operations_research.CoolingScheduleStrategy.Value cooling_schedule_strategy = 1;
CoolingScheduleStrategy SimulatedAnnealingParameters .operations_research.CoolingScheduleStrategy.Value cooling_schedule_strategy = 1;
Definition at line 3199 of file routing_ils.pb.h.
|
inline |
Definition at line 3255 of file routing_ils.pb.h.
|
inline |
Definition at line 3227 of file routing_ils.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.SimulatedAnnealingParameters.cooling_schedule_strategy)
Definition at line 3204 of file routing_ils.pb.h.
void operations_research::SimulatedAnnealingParameters::CopyFrom | ( | const SimulatedAnnealingParameters & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.SimulatedAnnealingParameters)
Definition at line 2679 of file routing_ils.pb.cc.
|
inlinestatic |
Definition at line 530 of file routing_ils.pb.h.
|
inlinestatic |
Definition at line 521 of file routing_ils.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.SimulatedAnnealingParameters.final_temperature)
Definition at line 3260 of file routing_ils.pb.h.
|
inline |
Definition at line 589 of file routing_ils.pb.h.
|
protected |
Definition at line 2490 of file routing_ils.pb.cc.
|
inlinestatic |
Definition at line 524 of file routing_ils.pb.h.
google::protobuf::Metadata operations_research::SimulatedAnnealingParameters::GetMetadata | ( | ) | const |
Definition at line 2699 of file routing_ils.pb.cc.
|
inlinestatic |
Definition at line 527 of file routing_ils.pb.h.
|
inline |
optional bool automatic_temperatures = 4;
Definition at line 3279 of file routing_ils.pb.h.
|
inline |
optional double final_temperature = 3;
Definition at line 3251 of file routing_ils.pb.h.
|
inline |
optional double initial_temperature = 2;
Definition at line 3223 of file routing_ils.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.SimulatedAnnealingParameters.initial_temperature)
Definition at line 3232 of file routing_ils.pb.h.
|
staticconstexpr |
Definition at line 2462 of file routing_ils.pb.cc.
|
staticconstexprprotected |
Definition at line 2458 of file routing_ils.pb.cc.
|
inline |
Definition at line 565 of file routing_ils.pb.h.
|
inline |
Definition at line 558 of file routing_ils.pb.h.
|
inline |
Definition at line 516 of file routing_ils.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 552 of file routing_ils.pb.h.
|
inline |
Definition at line 498 of file routing_ils.pb.h.
|
inlinenoexcept |
Definition at line 502 of file routing_ils.pb.h.
|
inlinestaticprotected |
Definition at line 2453 of file routing_ils.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.SimulatedAnnealingParameters.automatic_temperatures)
Definition at line 3292 of file routing_ils.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.SimulatedAnnealingParameters.cooling_schedule_strategy)
Definition at line 3208 of file routing_ils.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.SimulatedAnnealingParameters.final_temperature)
Definition at line 3264 of file routing_ils.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.SimulatedAnnealingParameters.initial_temperature)
Definition at line 3236 of file routing_ils.pb.h.
|
inline |
Definition at line 536 of file routing_ils.pb.h.
|
inline |
Definition at line 512 of file routing_ils.pb.h.
|
inline |
Definition at line 544 of file routing_ils.pb.h.
|
friend |
Definition at line 680 of file routing_ils.pb.h.
|
friend |
Definition at line 682 of file routing_ils.pb.h.
|
friend |
Definition at line 673 of file routing_ils.pb.h.
|
friend |
Definition at line 679 of file routing_ils.pb.h.
|
friend |
Definition at line 703 of file routing_ils.pb.h.
|
friend |
Definition at line 535 of file routing_ils.pb.h.
Impl_ operations_research::SimulatedAnnealingParameters::_impl_ |
Definition at line 702 of file routing_ils.pb.h.
|
staticconstexpr |
Definition at line 534 of file routing_ils.pb.h.