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

Detailed Description

Definition at line 175 of file routing_heuristic_parameters.pb.h.

#include <routing_heuristic_parameters.pb.h>

Inheritance diagram for operations_research::SavingsParameters:

Classes

class  _Internal

Public Types

enum  : int { kNeighborsRatioFieldNumber = 1 , kMaxMemoryUsageBytesFieldNumber = 2 , kArcCoefficientFieldNumber = 4 , kAddReverseArcsFieldNumber = 3 }

Public Member Functions

 SavingsParameters ()
 ~SavingsParameters () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SavingsParameters (::google::protobuf::internal::ConstantInitialized)
 SavingsParameters (const SavingsParameters &from)
 SavingsParameters (SavingsParameters &&from) noexcept
SavingsParametersoperator= (const SavingsParameters &from)
SavingsParametersoperator= (SavingsParameters &&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 (SavingsParameters *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SavingsParameters *PROTOBUF_NONNULL other)
SavingsParameters *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SavingsParameters &from)
void MergeFrom (const SavingsParameters &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
void clear_neighbors_ratio ()
double neighbors_ratio () const
void set_neighbors_ratio (double value)
void clear_max_memory_usage_bytes ()
double max_memory_usage_bytes () const
void set_max_memory_usage_bytes (double value)
void clear_arc_coefficient ()
double arc_coefficient () const
void set_arc_coefficient (double value)
void clear_add_reverse_arcs ()
bool add_reverse_arcs () const
void set_add_reverse_arcs (bool value)
template<typename>
PROTOBUF_CONSTEXPR SavingsParameters (::_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 SavingsParametersdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

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_5fheuristic_5fparameters_2eproto
void swap (SavingsParameters &a, SavingsParameters &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNeighborsRatioFieldNumber 
kMaxMemoryUsageBytesFieldNumber 
kArcCoefficientFieldNumber 
kAddReverseArcsFieldNumber 

Definition at line 316 of file routing_heuristic_parameters.pb.h.

Constructor & Destructor Documentation

◆ SavingsParameters() [1/5]

operations_research::SavingsParameters::SavingsParameters ( )
inline

Definition at line 178 of file routing_heuristic_parameters.pb.h.

◆ ~SavingsParameters()

operations_research::SavingsParameters::~SavingsParameters ( )

Definition at line 588 of file routing_heuristic_parameters.pb.cc.

◆ SavingsParameters() [2/5]

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

◆ SavingsParameters() [3/5]

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

Definition at line 191 of file routing_heuristic_parameters.pb.h.

◆ SavingsParameters() [4/5]

operations_research::SavingsParameters::SavingsParameters ( SavingsParameters && from)
inlinenoexcept

Definition at line 192 of file routing_heuristic_parameters.pb.h.

◆ SavingsParameters() [5/5]

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

Definition at line 38 of file routing_heuristic_parameters.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 719 of file routing_heuristic_parameters.pb.cc.

◆ add_reverse_arcs()

bool operations_research::SavingsParameters::add_reverse_arcs ( ) const
inline

Definition at line 1057 of file routing_heuristic_parameters.pb.h.

◆ arc_coefficient()

double operations_research::SavingsParameters::arc_coefficient ( ) const
inline

Definition at line 1082 of file routing_heuristic_parameters.pb.h.

◆ ByteSizeLong()

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

Definition at line 781 of file routing_heuristic_parameters.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SavingsParameters::Clear ( )

Definition at line 696 of file routing_heuristic_parameters.pb.cc.

◆ clear_add_reverse_arcs()

void operations_research::SavingsParameters::clear_add_reverse_arcs ( )
inline

Definition at line 1051 of file routing_heuristic_parameters.pb.h.

◆ clear_arc_coefficient()

void operations_research::SavingsParameters::clear_arc_coefficient ( )
inline

Definition at line 1076 of file routing_heuristic_parameters.pb.h.

◆ clear_max_memory_usage_bytes()

void operations_research::SavingsParameters::clear_max_memory_usage_bytes ( )
inline

Definition at line 1026 of file routing_heuristic_parameters.pb.h.

◆ clear_neighbors_ratio()

void operations_research::SavingsParameters::clear_neighbors_ratio ( )
inline

Definition at line 1001 of file routing_heuristic_parameters.pb.h.

◆ CopyFrom()

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

Definition at line 864 of file routing_heuristic_parameters.pb.cc.

◆ default_instance()

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

Definition at line 226 of file routing_heuristic_parameters.pb.h.

◆ descriptor()

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

Definition at line 217 of file routing_heuristic_parameters.pb.h.

◆ GetCachedSize()

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

Definition at line 285 of file routing_heuristic_parameters.pb.h.

◆ GetDescriptor()

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

Definition at line 220 of file routing_heuristic_parameters.pb.h.

◆ GetMetadata()

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

Definition at line 884 of file routing_heuristic_parameters.pb.cc.

◆ GetReflection()

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

Definition at line 223 of file routing_heuristic_parameters.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::SavingsParameters::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 611 of file routing_heuristic_parameters.pb.cc.

◆ IsInitialized()

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

Definition at line 261 of file routing_heuristic_parameters.pb.h.

◆ max_memory_usage_bytes()

double operations_research::SavingsParameters::max_memory_usage_bytes ( ) const
inline

Definition at line 1032 of file routing_heuristic_parameters.pb.h.

◆ MergeFrom()

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

Definition at line 254 of file routing_heuristic_parameters.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 212 of file routing_heuristic_parameters.pb.h.

◆ neighbors_ratio()

double operations_research::SavingsParameters::neighbors_ratio ( ) const
inline

Definition at line 1007 of file routing_heuristic_parameters.pb.h.

◆ New()

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

Definition at line 248 of file routing_heuristic_parameters.pb.h.

◆ operator=() [1/2]

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

Definition at line 194 of file routing_heuristic_parameters.pb.h.

◆ operator=() [2/2]

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

Definition at line 198 of file routing_heuristic_parameters.pb.h.

◆ set_add_reverse_arcs()

void operations_research::SavingsParameters::set_add_reverse_arcs ( bool value)
inline

Definition at line 1061 of file routing_heuristic_parameters.pb.h.

◆ set_arc_coefficient()

void operations_research::SavingsParameters::set_arc_coefficient ( double value)
inline

Definition at line 1086 of file routing_heuristic_parameters.pb.h.

◆ set_max_memory_usage_bytes()

void operations_research::SavingsParameters::set_max_memory_usage_bytes ( double value)
inline

Definition at line 1036 of file routing_heuristic_parameters.pb.h.

◆ set_neighbors_ratio()

void operations_research::SavingsParameters::set_neighbors_ratio ( double value)
inline

Definition at line 1011 of file routing_heuristic_parameters.pb.h.

◆ Swap()

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

Definition at line 232 of file routing_heuristic_parameters.pb.h.

◆ unknown_fields()

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

Definition at line 208 of file routing_heuristic_parameters.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 240 of file routing_heuristic_parameters.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 372 of file routing_heuristic_parameters.pb.h.

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

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

Definition at line 374 of file routing_heuristic_parameters.pb.h.

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

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

Definition at line 365 of file routing_heuristic_parameters.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 371 of file routing_heuristic_parameters.pb.h.

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fheuristic_5fparameters_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fheuristic_5fparameters_2eproto
friend

Definition at line 395 of file routing_heuristic_parameters.pb.h.

◆ swap

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

Definition at line 231 of file routing_heuristic_parameters.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::SavingsParameters::_impl_

Definition at line 394 of file routing_heuristic_parameters.pb.h.

◆ kIndexInFileMessages

int operations_research::SavingsParameters::kIndexInFileMessages = 1
staticconstexpr

Definition at line 230 of file routing_heuristic_parameters.pb.h.


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