Google OR-Tools v9.11
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// source: ortools/constraint_solver/routing_enums.proto
3// Protobuf Java Version: 4.26.1
4
5package com.google.ortools.constraintsolver;
6
7public final class RoutingEnums {
8 private RoutingEnums() {}
9 static {
10 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
11 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
12 /* major= */ 4,
13 /* minor= */ 26,
14 /* patch= */ 1,
15 /* suffix= */ "",
16 RoutingEnums.class.getName());
17 }
18 public static void registerAllExtensions(
19 com.google.protobuf.ExtensionRegistryLite registry) {
20 }
21
22 public static void registerAllExtensions(
23 com.google.protobuf.ExtensionRegistry registry) {
25 (com.google.protobuf.ExtensionRegistryLite) registry);
26 }
27 static final com.google.protobuf.Descriptors.Descriptor
28 internal_static_operations_research_FirstSolutionStrategy_descriptor;
29 static final
30 com.google.protobuf.GeneratedMessage.FieldAccessorTable
31 internal_static_operations_research_FirstSolutionStrategy_fieldAccessorTable;
32 static final com.google.protobuf.Descriptors.Descriptor
33 internal_static_operations_research_LocalSearchMetaheuristic_descriptor;
34 static final
35 com.google.protobuf.GeneratedMessage.FieldAccessorTable
36 internal_static_operations_research_LocalSearchMetaheuristic_fieldAccessorTable;
37
38 public static com.google.protobuf.Descriptors.FileDescriptor
40 return descriptor;
41 }
42 private static com.google.protobuf.Descriptors.FileDescriptor
43 descriptor;
44 static {
45 java.lang.String[] descriptorData = {
46 "\n-ortools/constraint_solver/routing_enum" +
47 "s.proto\022\023operations_research\"\257\003\n\025FirstSo" +
48 "lutionStrategy\"\225\003\n\005Value\022\t\n\005UNSET\020\000\022\r\n\tA" +
49 "UTOMATIC\020\017\022\025\n\021PATH_CHEAPEST_ARC\020\003\022\035\n\031PAT" +
50 "H_MOST_CONSTRAINED_ARC\020\004\022\026\n\022EVALUATOR_ST" +
51 "RATEGY\020\005\022\013\n\007SAVINGS\020\n\022\t\n\005SWEEP\020\013\022\020\n\014CHRI" +
52 "STOFIDES\020\r\022\023\n\017ALL_UNPERFORMED\020\006\022\022\n\016BEST_" +
53 "INSERTION\020\007\022\037\n\033PARALLEL_CHEAPEST_INSERTI" +
54 "ON\020\010\022!\n\035SEQUENTIAL_CHEAPEST_INSERTION\020\016\022" +
55 "\034\n\030LOCAL_CHEAPEST_INSERTION\020\t\022!\n\035LOCAL_C" +
56 "HEAPEST_COST_INSERTION\020\020\022\027\n\023GLOBAL_CHEAP" +
57 "EST_ARC\020\001\022\026\n\022LOCAL_CHEAPEST_ARC\020\002\022\033\n\027FIR" +
58 "ST_UNBOUND_MIN_VALUE\020\014\"\256\001\n\030LocalSearchMe" +
59 "taheuristic\"\221\001\n\005Value\022\t\n\005UNSET\020\000\022\r\n\tAUTO" +
60 "MATIC\020\006\022\022\n\016GREEDY_DESCENT\020\001\022\027\n\023GUIDED_LO" +
61 "CAL_SEARCH\020\002\022\027\n\023SIMULATED_ANNEALING\020\003\022\017\n" +
62 "\013TABU_SEARCH\020\004\022\027\n\023GENERIC_TABU_SEARCH\020\005B" +
63 "I\n#com.google.ortools.constraintsolverP\001" +
64 "\252\002\037Google.OrTools.ConstraintSolverb\006prot" +
65 "o3"
66 };
67 descriptor = com.google.protobuf.Descriptors.FileDescriptor
68 .internalBuildGeneratedFileFrom(descriptorData,
69 new com.google.protobuf.Descriptors.FileDescriptor[] {
70 });
71 internal_static_operations_research_FirstSolutionStrategy_descriptor =
72 getDescriptor().getMessageTypes().get(0);
73 internal_static_operations_research_FirstSolutionStrategy_fieldAccessorTable = new
74 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
75 internal_static_operations_research_FirstSolutionStrategy_descriptor,
76 new java.lang.String[] { });
77 internal_static_operations_research_LocalSearchMetaheuristic_descriptor =
78 getDescriptor().getMessageTypes().get(1);
79 internal_static_operations_research_LocalSearchMetaheuristic_fieldAccessorTable = new
80 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
81 internal_static_operations_research_LocalSearchMetaheuristic_descriptor,
82 new java.lang.String[] { });
83 descriptor.resolveAllFeaturesImmutable();
84 }
85
86 // @@protoc_insertion_point(outer_class_scope)
87}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)