Java Reference

Java Reference

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
4package com.google.ortools.constraintsolver;
5
6public final class RoutingEnums {
7 private RoutingEnums() {}
8 public static void registerAllExtensions(
9 com.google.protobuf.ExtensionRegistryLite registry) {
10 }
11
12 public static void registerAllExtensions(
13 com.google.protobuf.ExtensionRegistry registry) {
15 (com.google.protobuf.ExtensionRegistryLite) registry);
16 }
17 static final com.google.protobuf.Descriptors.Descriptor
18 internal_static_operations_research_FirstSolutionStrategy_descriptor;
19 static final
20 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
21 internal_static_operations_research_FirstSolutionStrategy_fieldAccessorTable;
22 static final com.google.protobuf.Descriptors.Descriptor
23 internal_static_operations_research_LocalSearchMetaheuristic_descriptor;
24 static final
25 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
26 internal_static_operations_research_LocalSearchMetaheuristic_fieldAccessorTable;
27
28 public static com.google.protobuf.Descriptors.FileDescriptor
30 return descriptor;
31 }
32 private static com.google.protobuf.Descriptors.FileDescriptor
33 descriptor;
34 static {
35 java.lang.String[] descriptorData = {
36 "\n-ortools/constraint_solver/routing_enum" +
37 "s.proto\022\023operations_research\"\214\003\n\025FirstSo" +
38 "lutionStrategy\"\362\002\n\005Value\022\t\n\005UNSET\020\000\022\r\n\tA" +
39 "UTOMATIC\020\017\022\025\n\021PATH_CHEAPEST_ARC\020\003\022\035\n\031PAT" +
40 "H_MOST_CONSTRAINED_ARC\020\004\022\026\n\022EVALUATOR_ST" +
41 "RATEGY\020\005\022\013\n\007SAVINGS\020\n\022\t\n\005SWEEP\020\013\022\020\n\014CHRI" +
42 "STOFIDES\020\r\022\023\n\017ALL_UNPERFORMED\020\006\022\022\n\016BEST_" +
43 "INSERTION\020\007\022\037\n\033PARALLEL_CHEAPEST_INSERTI" +
44 "ON\020\010\022!\n\035SEQUENTIAL_CHEAPEST_INSERTION\020\016\022" +
45 "\034\n\030LOCAL_CHEAPEST_INSERTION\020\t\022\027\n\023GLOBAL_" +
46 "CHEAPEST_ARC\020\001\022\026\n\022LOCAL_CHEAPEST_ARC\020\002\022\033" +
47 "\n\027FIRST_UNBOUND_MIN_VALUE\020\014\"\256\001\n\030LocalSea" +
48 "rchMetaheuristic\"\221\001\n\005Value\022\t\n\005UNSET\020\000\022\r\n" +
49 "\tAUTOMATIC\020\006\022\022\n\016GREEDY_DESCENT\020\001\022\027\n\023GUID" +
50 "ED_LOCAL_SEARCH\020\002\022\027\n\023SIMULATED_ANNEALING" +
51 "\020\003\022\017\n\013TABU_SEARCH\020\004\022\027\n\023GENERIC_TABU_SEAR" +
52 "CH\020\005BI\n#com.google.ortools.constraintsol" +
53 "verP\001\252\002\037Google.OrTools.ConstraintSolverb" +
54 "\006proto3"
55 };
56 descriptor = com.google.protobuf.Descriptors.FileDescriptor
57 .internalBuildGeneratedFileFrom(descriptorData,
58 new com.google.protobuf.Descriptors.FileDescriptor[] {
59 });
60 internal_static_operations_research_FirstSolutionStrategy_descriptor =
61 getDescriptor().getMessageTypes().get(0);
62 internal_static_operations_research_FirstSolutionStrategy_fieldAccessorTable = new
63 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
64 internal_static_operations_research_FirstSolutionStrategy_descriptor,
65 new java.lang.String[] { });
66 internal_static_operations_research_LocalSearchMetaheuristic_descriptor =
67 getDescriptor().getMessageTypes().get(1);
68 internal_static_operations_research_LocalSearchMetaheuristic_fieldAccessorTable = new
69 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
70 internal_static_operations_research_LocalSearchMetaheuristic_descriptor,
71 new java.lang.String[] { });
72 }
73
74 // @@protoc_insertion_point(outer_class_scope)
75}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)