Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
routing_parameters.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_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 "google/protobuf/duration.pb.h"
#include "ortools/constraint_solver/routing_enums.pb.h"
#include "ortools/constraint_solver/routing_ils.pb.h"
#include "ortools/constraint_solver/solver_parameters.pb.h"
#include "ortools/sat/sat_parameters.pb.h"
#include "ortools/util/optional_boolean.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_5fparameters_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::RoutingSearchParameters_LocalSearchNeighborhoodOperators
class  operations_research::RoutingSearchParameters_ImprovementSearchLimitParameters
class  operations_research::RoutingModelParameters
class  operations_research::RoutingSearchParameters
struct  google::protobuf::is_proto_enum<::operations_research::RoutingSearchParameters_PairInsertionStrategy >
struct  google::protobuf::is_proto_enum<::operations_research::RoutingSearchParameters_InsertionSortingProperty >
struct  google::protobuf::is_proto_enum<::operations_research::RoutingSearchParameters_SchedulingSolver >

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_5fparameters_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::RoutingSearchParameters_PairInsertionStrategy : int {
  operations_research::RoutingSearchParameters_PairInsertionStrategy_AUTOMATIC = 0 , operations_research::RoutingSearchParameters_PairInsertionStrategy_BEST_PICKUP_THEN_BEST_DELIVERY = 1 , operations_research::RoutingSearchParameters_PairInsertionStrategy_BEST_PICKUP_DELIVERY_PAIR = 2 , operations_research::RoutingSearchParameters_PairInsertionStrategy_BEST_PICKUP_DELIVERY_PAIR_MULTITOUR = 3 ,
  operations_research::RoutingSearchParameters_PairInsertionStrategy_RoutingSearchParameters_PairInsertionStrategy_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::RoutingSearchParameters_PairInsertionStrategy_RoutingSearchParameters_PairInsertionStrategy_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::RoutingSearchParameters_InsertionSortingProperty : int {
  operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_UNSPECIFIED = 0 , operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_ALLOWED_VEHICLES = 1 , operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_PENALTY = 2 , operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_PENALTY_OVER_ALLOWED_VEHICLES_RATIO = 3 ,
  operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_HIGHEST_AVG_ARC_COST_TO_VEHICLE_START_ENDS = 4 , operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_LOWEST_AVG_ARC_COST_TO_VEHICLE_START_ENDS = 5 , operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_LOWEST_MIN_ARC_COST_TO_VEHICLE_START_ENDS = 6 , operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_HIGHEST_DIMENSION_USAGE = 7 ,
  operations_research::RoutingSearchParameters_InsertionSortingProperty_SORTING_PROPERTY_RANDOM = 8 , operations_research::RoutingSearchParameters_InsertionSortingProperty_RoutingSearchParameters_InsertionSortingProperty_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::RoutingSearchParameters_InsertionSortingProperty_RoutingSearchParameters_InsertionSortingProperty_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::RoutingSearchParameters_SchedulingSolver : int {
  operations_research::RoutingSearchParameters_SchedulingSolver_SCHEDULING_UNSET = 0 , operations_research::RoutingSearchParameters_SchedulingSolver_SCHEDULING_GLOP = 1 , operations_research::RoutingSearchParameters_SchedulingSolver_SCHEDULING_CP_SAT = 2 , operations_research::RoutingSearchParameters_SchedulingSolver_RoutingSearchParameters_SchedulingSolver_INT_MIN_SENTINEL_DO_NOT_USE_ ,
  operations_research::RoutingSearchParameters_SchedulingSolver_RoutingSearchParameters_SchedulingSolver_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::RoutingSearchParameters_PairInsertionStrategy_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::RoutingSearchParameters_PairInsertionStrategy_descriptor ()
template<typename T>
const ::std::string & operations_research::RoutingSearchParameters_PairInsertionStrategy_Name (T value)
template<>
const ::std::string & operations_research::RoutingSearchParameters_PairInsertionStrategy_Name (RoutingSearchParameters_PairInsertionStrategy value)
bool operations_research::RoutingSearchParameters_PairInsertionStrategy_Parse (::absl::string_view name, RoutingSearchParameters_PairInsertionStrategy *PROTOBUF_NONNULL value)
bool operations_research::RoutingSearchParameters_InsertionSortingProperty_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::RoutingSearchParameters_InsertionSortingProperty_descriptor ()
template<typename T>
const ::std::string & operations_research::RoutingSearchParameters_InsertionSortingProperty_Name (T value)
template<>
const ::std::string & operations_research::RoutingSearchParameters_InsertionSortingProperty_Name (RoutingSearchParameters_InsertionSortingProperty value)
bool operations_research::RoutingSearchParameters_InsertionSortingProperty_Parse (::absl::string_view name, RoutingSearchParameters_InsertionSortingProperty *PROTOBUF_NONNULL value)
bool operations_research::RoutingSearchParameters_SchedulingSolver_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::RoutingSearchParameters_SchedulingSolver_descriptor ()
template<typename T>
const ::std::string & operations_research::RoutingSearchParameters_SchedulingSolver_Name (T value)
template<>
const ::std::string & operations_research::RoutingSearchParameters_SchedulingSolver_Name (RoutingSearchParameters_SchedulingSolver value)
bool operations_research::RoutingSearchParameters_SchedulingSolver_Parse (::absl::string_view name, RoutingSearchParameters_SchedulingSolver *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::RoutingSearchParameters_PairInsertionStrategy > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::RoutingSearchParameters_InsertionSortingProperty > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::RoutingSearchParameters_SchedulingSolver > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fparameters_2eproto
constexpr RoutingSearchParameters_PairInsertionStrategy operations_research::RoutingSearchParameters_PairInsertionStrategy_PairInsertionStrategy_MIN
constexpr RoutingSearchParameters_PairInsertionStrategy operations_research::RoutingSearchParameters_PairInsertionStrategy_PairInsertionStrategy_MAX
constexpr int operations_research::RoutingSearchParameters_PairInsertionStrategy_PairInsertionStrategy_ARRAYSIZE = 3 + 1
constexpr RoutingSearchParameters_InsertionSortingProperty operations_research::RoutingSearchParameters_InsertionSortingProperty_InsertionSortingProperty_MIN
constexpr RoutingSearchParameters_InsertionSortingProperty operations_research::RoutingSearchParameters_InsertionSortingProperty_InsertionSortingProperty_MAX
constexpr int operations_research::RoutingSearchParameters_InsertionSortingProperty_InsertionSortingProperty_ARRAYSIZE = 8 + 1
constexpr RoutingSearchParameters_SchedulingSolver operations_research::RoutingSearchParameters_SchedulingSolver_SchedulingSolver_MIN
constexpr RoutingSearchParameters_SchedulingSolver operations_research::RoutingSearchParameters_SchedulingSolver_SchedulingSolver_MAX
constexpr int operations_research::RoutingSearchParameters_SchedulingSolver_SchedulingSolver_ARRAYSIZE = 2 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fparameters_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fparameters_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_parameters.proto Protobuf C++ Version: 6.31.1 Must be included last.

Definition at line 44 of file routing_parameters.pb.h.

Variable Documentation

◆ descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fparameters_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fparameters_2eproto
extern

Definition at line 675 of file routing_parameters.pb.cc.