Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
routing_ils.pb.h File Reference
#include <limits>
#include <string>
#include <type_traits>
#include <utility>
#include "google/protobuf/runtime_version.h"
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_bases.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/generated_message_reflection.h"
#include "google/protobuf/message.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_enum_reflection.h"
#include "google/protobuf/unknown_field_set.h"
#include "ortools/constraint_solver/routing_enums.pb.h"
#include "google/protobuf/port_def.inc"
#include "google/protobuf/port_undef.inc"

Go to the source code of this file.

Classes

struct  TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::SpatiallyCloseRoutesRuinStrategy
class  operations_research::SimulatedAnnealingParameters
class  operations_research::SISRRuinStrategy
class  operations_research::RuinCompositionStrategy
class  operations_research::RandomWalkRuinStrategy
class  operations_research::PerturbationStrategy
class  operations_research::CoolingScheduleStrategy
class  operations_research::AcceptanceStrategy
class  operations_research::RuinStrategy
union  operations_research::RuinStrategy::Impl_::StrategyUnion
class  operations_research::RuinRecreateParameters
class  operations_research::IteratedLocalSearchParameters
struct  google::protobuf::is_proto_enum<::operations_research::RuinCompositionStrategy_Value >
struct  google::protobuf::is_proto_enum<::operations_research::PerturbationStrategy_Value >
struct  google::protobuf::is_proto_enum<::operations_research::CoolingScheduleStrategy_Value >
struct  google::protobuf::is_proto_enum<::operations_research::AcceptanceStrategy_Value >

Namespaces

namespace  google
namespace  google::protobuf
namespace  google::protobuf::internal
namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.

Macros

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::RuinCompositionStrategy_Value : int {
  operations_research::RuinCompositionStrategy_Value_UNSET = 0 , operations_research::RuinCompositionStrategy_Value_RUN_ALL_SEQUENTIALLY = 1 , operations_research::RuinCompositionStrategy_Value_RUN_ALL_RANDOMLY = 2 , operations_research::RuinCompositionStrategy_Value_RUN_ONE_RANDOMLY = 3 ,
  operations_research::RuinCompositionStrategy_Value_RuinCompositionStrategy_Value_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::RuinCompositionStrategy_Value_RuinCompositionStrategy_Value_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::PerturbationStrategy_Value : int { operations_research::PerturbationStrategy_Value_UNSET = 0 , operations_research::PerturbationStrategy_Value_RUIN_AND_RECREATE = 1 , operations_research::PerturbationStrategy_Value_PerturbationStrategy_Value_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::PerturbationStrategy_Value_PerturbationStrategy_Value_INT_MAX_SENTINEL_DO_NOT_USE_ }
enum  operations_research::CoolingScheduleStrategy_Value : int {
  operations_research::CoolingScheduleStrategy_Value_UNSET = 0 , operations_research::CoolingScheduleStrategy_Value_EXPONENTIAL = 1 , operations_research::CoolingScheduleStrategy_Value_LINEAR = 2 , operations_research::CoolingScheduleStrategy_Value_CoolingScheduleStrategy_Value_INT_MIN_SENTINEL_DO_NOT_USE_ ,
  operations_research::CoolingScheduleStrategy_Value_CoolingScheduleStrategy_Value_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::AcceptanceStrategy_Value : int {
  operations_research::AcceptanceStrategy_Value_UNSET = 0 , operations_research::AcceptanceStrategy_Value_GREEDY_DESCENT = 1 , operations_research::AcceptanceStrategy_Value_SIMULATED_ANNEALING = 2 , operations_research::AcceptanceStrategy_Value_AcceptanceStrategy_Value_INT_MIN_SENTINEL_DO_NOT_USE_ ,
  operations_research::AcceptanceStrategy_Value_AcceptanceStrategy_Value_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::RuinCompositionStrategy_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::RuinCompositionStrategy_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::RuinCompositionStrategy_Value_Name (T value)
template<>
const ::std::string & operations_research::RuinCompositionStrategy_Value_Name (RuinCompositionStrategy_Value value)
bool operations_research::RuinCompositionStrategy_Value_Parse (::absl::string_view name, RuinCompositionStrategy_Value *PROTOBUF_NONNULL value)
bool operations_research::PerturbationStrategy_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::PerturbationStrategy_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::PerturbationStrategy_Value_Name (T value)
template<>
const ::std::string & operations_research::PerturbationStrategy_Value_Name (PerturbationStrategy_Value value)
bool operations_research::PerturbationStrategy_Value_Parse (::absl::string_view name, PerturbationStrategy_Value *PROTOBUF_NONNULL value)
bool operations_research::CoolingScheduleStrategy_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::CoolingScheduleStrategy_Value_Name (T value)
template<>
const ::std::string & operations_research::CoolingScheduleStrategy_Value_Name (CoolingScheduleStrategy_Value value)
bool operations_research::CoolingScheduleStrategy_Value_Parse (::absl::string_view name, CoolingScheduleStrategy_Value *PROTOBUF_NONNULL value)
bool operations_research::AcceptanceStrategy_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::AcceptanceStrategy_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::AcceptanceStrategy_Value_Name (T value)
template<>
const ::std::string & operations_research::AcceptanceStrategy_Value_Name (AcceptanceStrategy_Value value)
bool operations_research::AcceptanceStrategy_Value_Parse (::absl::string_view name, AcceptanceStrategy_Value *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::RuinCompositionStrategy_Value > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::PerturbationStrategy_Value > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::CoolingScheduleStrategy_Value > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::AcceptanceStrategy_Value > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto
constexpr RuinCompositionStrategy_Value operations_research::RuinCompositionStrategy_Value_Value_MIN
constexpr RuinCompositionStrategy_Value operations_research::RuinCompositionStrategy_Value_Value_MAX
constexpr int operations_research::RuinCompositionStrategy_Value_Value_ARRAYSIZE = 3 + 1
constexpr PerturbationStrategy_Value operations_research::PerturbationStrategy_Value_Value_MIN
constexpr PerturbationStrategy_Value operations_research::PerturbationStrategy_Value_Value_MAX
constexpr int operations_research::PerturbationStrategy_Value_Value_ARRAYSIZE = 1 + 1
constexpr CoolingScheduleStrategy_Value operations_research::CoolingScheduleStrategy_Value_Value_MIN
constexpr CoolingScheduleStrategy_Value operations_research::CoolingScheduleStrategy_Value_Value_MAX
constexpr int operations_research::CoolingScheduleStrategy_Value_Value_ARRAYSIZE = 2 + 1
constexpr AcceptanceStrategy_Value operations_research::AcceptanceStrategy_Value_Value_MIN
constexpr AcceptanceStrategy_Value operations_research::AcceptanceStrategy_Value_Value_MAX
constexpr int operations_research::AcceptanceStrategy_Value_Value_ARRAYSIZE = 2 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto   OR_PROTO_DLL

@protoc_insertion_point(includes)

Generated by the protocol buffer compiler. DO NOT EDIT! NO CHECKED-IN PROTOBUF GENCODE source: ortools/constraint_solver/routing_ils.proto Protobuf C++ Version: 6.31.1 Must be included last.

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

Variable Documentation

◆ descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto
extern

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