Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
routing_enums.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 "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_5fenums_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::RoutingSearchStatus
class  operations_research::LocalSearchMetaheuristic
class  operations_research::FirstSolutionStrategy
struct  google::protobuf::is_proto_enum<::operations_research::FirstSolutionStrategy_Value >
struct  google::protobuf::is_proto_enum<::operations_research::LocalSearchMetaheuristic_Value >
struct  google::protobuf::is_proto_enum<::operations_research::RoutingSearchStatus_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_5fenums_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::FirstSolutionStrategy_Value : int {
  operations_research::FirstSolutionStrategy_Value_UNSET = 0 , operations_research::FirstSolutionStrategy_Value_AUTOMATIC = 15 , operations_research::FirstSolutionStrategy_Value_PATH_CHEAPEST_ARC = 3 , operations_research::FirstSolutionStrategy_Value_PATH_MOST_CONSTRAINED_ARC = 4 ,
  operations_research::FirstSolutionStrategy_Value_EVALUATOR_STRATEGY = 5 , operations_research::FirstSolutionStrategy_Value_SAVINGS = 10 , operations_research::FirstSolutionStrategy_Value_PARALLEL_SAVINGS = 17 , operations_research::FirstSolutionStrategy_Value_SWEEP = 11 ,
  operations_research::FirstSolutionStrategy_Value_CHRISTOFIDES = 13 , operations_research::FirstSolutionStrategy_Value_ALL_UNPERFORMED = 6 , operations_research::FirstSolutionStrategy_Value_BEST_INSERTION = 7 , operations_research::FirstSolutionStrategy_Value_PARALLEL_CHEAPEST_INSERTION = 8 ,
  operations_research::FirstSolutionStrategy_Value_SEQUENTIAL_CHEAPEST_INSERTION = 14 , operations_research::FirstSolutionStrategy_Value_LOCAL_CHEAPEST_INSERTION = 9 , operations_research::FirstSolutionStrategy_Value_LOCAL_CHEAPEST_COST_INSERTION = 16 , operations_research::FirstSolutionStrategy_Value_GLOBAL_CHEAPEST_ARC = 1 ,
  operations_research::FirstSolutionStrategy_Value_LOCAL_CHEAPEST_ARC = 2 , operations_research::FirstSolutionStrategy_Value_FIRST_UNBOUND_MIN_VALUE = 12 , operations_research::FirstSolutionStrategy_Value_FirstSolutionStrategy_Value_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::FirstSolutionStrategy_Value_FirstSolutionStrategy_Value_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::LocalSearchMetaheuristic_Value : int {
  operations_research::LocalSearchMetaheuristic_Value_UNSET = 0 , operations_research::LocalSearchMetaheuristic_Value_AUTOMATIC = 6 , operations_research::LocalSearchMetaheuristic_Value_GREEDY_DESCENT = 1 , operations_research::LocalSearchMetaheuristic_Value_GUIDED_LOCAL_SEARCH = 2 ,
  operations_research::LocalSearchMetaheuristic_Value_SIMULATED_ANNEALING = 3 , operations_research::LocalSearchMetaheuristic_Value_TABU_SEARCH = 4 , operations_research::LocalSearchMetaheuristic_Value_GENERIC_TABU_SEARCH = 5 , operations_research::LocalSearchMetaheuristic_Value_LocalSearchMetaheuristic_Value_INT_MIN_SENTINEL_DO_NOT_USE_ ,
  operations_research::LocalSearchMetaheuristic_Value_LocalSearchMetaheuristic_Value_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::RoutingSearchStatus_Value : int {
  operations_research::RoutingSearchStatus_Value_ROUTING_NOT_SOLVED = 0 , operations_research::RoutingSearchStatus_Value_ROUTING_SUCCESS = 1 , operations_research::RoutingSearchStatus_Value_ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED = 2 , operations_research::RoutingSearchStatus_Value_ROUTING_FAIL = 3 ,
  operations_research::RoutingSearchStatus_Value_ROUTING_FAIL_TIMEOUT = 4 , operations_research::RoutingSearchStatus_Value_ROUTING_INVALID = 5 , operations_research::RoutingSearchStatus_Value_ROUTING_INFEASIBLE = 6 , operations_research::RoutingSearchStatus_Value_ROUTING_OPTIMAL = 7 ,
  operations_research::RoutingSearchStatus_Value_RoutingSearchStatus_Value_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::RoutingSearchStatus_Value_RoutingSearchStatus_Value_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::FirstSolutionStrategy_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::FirstSolutionStrategy_Value_Name (T value)
template<>
const ::std::string & operations_research::FirstSolutionStrategy_Value_Name (FirstSolutionStrategy_Value value)
bool operations_research::FirstSolutionStrategy_Value_Parse (::absl::string_view name, FirstSolutionStrategy_Value *PROTOBUF_NONNULL value)
bool operations_research::LocalSearchMetaheuristic_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::LocalSearchMetaheuristic_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::LocalSearchMetaheuristic_Value_Name (T value)
template<>
const ::std::string & operations_research::LocalSearchMetaheuristic_Value_Name (LocalSearchMetaheuristic_Value value)
bool operations_research::LocalSearchMetaheuristic_Value_Parse (::absl::string_view name, LocalSearchMetaheuristic_Value *PROTOBUF_NONNULL value)
bool operations_research::RoutingSearchStatus_Value_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::RoutingSearchStatus_Value_descriptor ()
template<typename T>
const ::std::string & operations_research::RoutingSearchStatus_Value_Name (T value)
template<>
const ::std::string & operations_research::RoutingSearchStatus_Value_Name (RoutingSearchStatus_Value value)
bool operations_research::RoutingSearchStatus_Value_Parse (::absl::string_view name, RoutingSearchStatus_Value *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::FirstSolutionStrategy_Value > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::LocalSearchMetaheuristic_Value > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::RoutingSearchStatus_Value > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto
constexpr FirstSolutionStrategy_Value operations_research::FirstSolutionStrategy_Value_Value_MIN
constexpr FirstSolutionStrategy_Value operations_research::FirstSolutionStrategy_Value_Value_MAX
constexpr int operations_research::FirstSolutionStrategy_Value_Value_ARRAYSIZE = 17 + 1
constexpr LocalSearchMetaheuristic_Value operations_research::LocalSearchMetaheuristic_Value_Value_MIN
constexpr LocalSearchMetaheuristic_Value operations_research::LocalSearchMetaheuristic_Value_Value_MAX
constexpr int operations_research::LocalSearchMetaheuristic_Value_Value_ARRAYSIZE = 6 + 1
constexpr RoutingSearchStatus_Value operations_research::RoutingSearchStatus_Value_Value_MIN
constexpr RoutingSearchStatus_Value operations_research::RoutingSearchStatus_Value_Value_MAX
constexpr int operations_research::RoutingSearchStatus_Value_Value_ARRAYSIZE = 7 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto

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

Definition at line 39 of file routing_enums.pb.h.

Variable Documentation

◆ descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto
extern

Definition at line 136 of file routing_enums.pb.cc.