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