Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RoutingEnums.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/constraint_solver/routing_enums.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.constraintsolver;
7
8@com.google.protobuf.Generated
9public final class RoutingEnums {
10 private RoutingEnums() {}
11 static {
12 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
13 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
14 /* major= */ 4,
15 /* minor= */ 31,
16 /* patch= */ 1,
17 /* suffix= */ "",
18 RoutingEnums.class.getName());
19 }
20 public static void registerAllExtensions(
21 com.google.protobuf.ExtensionRegistryLite registry) {
22 }
23
24 public static void registerAllExtensions(
25 com.google.protobuf.ExtensionRegistry registry) {
27 (com.google.protobuf.ExtensionRegistryLite) registry);
28 }
29 static final com.google.protobuf.Descriptors.Descriptor
30 internal_static_operations_research_FirstSolutionStrategy_descriptor;
31 static final
32 com.google.protobuf.GeneratedMessage.FieldAccessorTable
33 internal_static_operations_research_FirstSolutionStrategy_fieldAccessorTable;
34 static final com.google.protobuf.Descriptors.Descriptor
35 internal_static_operations_research_LocalSearchMetaheuristic_descriptor;
36 static final
37 com.google.protobuf.GeneratedMessage.FieldAccessorTable
38 internal_static_operations_research_LocalSearchMetaheuristic_fieldAccessorTable;
39 static final com.google.protobuf.Descriptors.Descriptor
40 internal_static_operations_research_RoutingSearchStatus_descriptor;
41 static final
42 com.google.protobuf.GeneratedMessage.FieldAccessorTable
43 internal_static_operations_research_RoutingSearchStatus_fieldAccessorTable;
44
45 public static com.google.protobuf.Descriptors.FileDescriptor
47 return descriptor;
48 }
49 private static com.google.protobuf.Descriptors.FileDescriptor
50 descriptor;
51 static {
52 java.lang.String[] descriptorData = {
53 "\n-ortools/constraint_solver/routing_enum" +
54 "s.proto\022\023operations_research\"\305\003\n\025FirstSo" +
55 "lutionStrategy\"\253\003\n\005Value\022\t\n\005UNSET\020\000\022\r\n\tA" +
56 "UTOMATIC\020\017\022\025\n\021PATH_CHEAPEST_ARC\020\003\022\035\n\031PAT" +
57 "H_MOST_CONSTRAINED_ARC\020\004\022\026\n\022EVALUATOR_ST" +
58 "RATEGY\020\005\022\013\n\007SAVINGS\020\n\022\024\n\020PARALLEL_SAVING" +
59 "S\020\021\022\t\n\005SWEEP\020\013\022\020\n\014CHRISTOFIDES\020\r\022\023\n\017ALL_" +
60 "UNPERFORMED\020\006\022\022\n\016BEST_INSERTION\020\007\022\037\n\033PAR" +
61 "ALLEL_CHEAPEST_INSERTION\020\010\022!\n\035SEQUENTIAL" +
62 "_CHEAPEST_INSERTION\020\016\022\034\n\030LOCAL_CHEAPEST_" +
63 "INSERTION\020\t\022!\n\035LOCAL_CHEAPEST_COST_INSER" +
64 "TION\020\020\022\027\n\023GLOBAL_CHEAPEST_ARC\020\001\022\026\n\022LOCAL" +
65 "_CHEAPEST_ARC\020\002\022\033\n\027FIRST_UNBOUND_MIN_VAL" +
66 "UE\020\014\"\256\001\n\030LocalSearchMetaheuristic\"\221\001\n\005Va" +
67 "lue\022\t\n\005UNSET\020\000\022\r\n\tAUTOMATIC\020\006\022\022\n\016GREEDY_" +
68 "DESCENT\020\001\022\027\n\023GUIDED_LOCAL_SEARCH\020\002\022\027\n\023SI" +
69 "MULATED_ANNEALING\020\003\022\017\n\013TABU_SEARCH\020\004\022\027\n\023" +
70 "GENERIC_TABU_SEARCH\020\005\"\361\001\n\023RoutingSearchS" +
71 "tatus\"\331\001\n\005Value\022\026\n\022ROUTING_NOT_SOLVED\020\000\022" +
72 "\023\n\017ROUTING_SUCCESS\020\001\0225\n1ROUTING_PARTIAL_" +
73 "SUCCESS_LOCAL_OPTIMUM_NOT_REACHED\020\002\022\020\n\014R" +
74 "OUTING_FAIL\020\003\022\030\n\024ROUTING_FAIL_TIMEOUT\020\004\022" +
75 "\023\n\017ROUTING_INVALID\020\005\022\026\n\022ROUTING_INFEASIB" +
76 "LE\020\006\022\023\n\017ROUTING_OPTIMAL\020\007BI\n#com.google." +
77 "ortools.constraintsolverP\001\252\002\037Google.OrTo" +
78 "ols.ConstraintSolverb\006proto3"
79 };
80 descriptor = com.google.protobuf.Descriptors.FileDescriptor
81 .internalBuildGeneratedFileFrom(descriptorData,
82 new com.google.protobuf.Descriptors.FileDescriptor[] {
83 });
84 internal_static_operations_research_FirstSolutionStrategy_descriptor =
85 getDescriptor().getMessageTypes().get(0);
86 internal_static_operations_research_FirstSolutionStrategy_fieldAccessorTable = new
87 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
88 internal_static_operations_research_FirstSolutionStrategy_descriptor,
89 new java.lang.String[] { });
90 internal_static_operations_research_LocalSearchMetaheuristic_descriptor =
91 getDescriptor().getMessageTypes().get(1);
92 internal_static_operations_research_LocalSearchMetaheuristic_fieldAccessorTable = new
93 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
94 internal_static_operations_research_LocalSearchMetaheuristic_descriptor,
95 new java.lang.String[] { });
96 internal_static_operations_research_RoutingSearchStatus_descriptor =
97 getDescriptor().getMessageTypes().get(2);
98 internal_static_operations_research_RoutingSearchStatus_fieldAccessorTable = new
99 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
100 internal_static_operations_research_RoutingSearchStatus_descriptor,
101 new java.lang.String[] { });
102 descriptor.resolveAllFeaturesImmutable();
103 }
104
105 // @@protoc_insertion_point(outer_class_scope)
106}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)