Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RoutesSupportGraph.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/sat/routes_support_graph.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.sat;
7
8@com.google.protobuf.Generated
9public final class RoutesSupportGraph {
10 private RoutesSupportGraph() {}
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 RoutesSupportGraph.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_sat_ArcLpValue_descriptor;
31 static final
32 com.google.protobuf.GeneratedMessage.FieldAccessorTable
33 internal_static_operations_research_sat_ArcLpValue_fieldAccessorTable;
34 static final com.google.protobuf.Descriptors.Descriptor
35 internal_static_operations_research_sat_RoutesSupportGraphProto_descriptor;
36 static final
37 com.google.protobuf.GeneratedMessage.FieldAccessorTable
38 internal_static_operations_research_sat_RoutesSupportGraphProto_fieldAccessorTable;
39
40 public static com.google.protobuf.Descriptors.FileDescriptor
42 return descriptor;
43 }
44 private static com.google.protobuf.Descriptors.FileDescriptor
45 descriptor;
46 static {
47 java.lang.String[] descriptorData = {
48 "\n&ortools/sat/routes_support_graph.proto" +
49 "\022\027operations_research.sat\":\n\nArcLpValue\022" +
50 "\014\n\004tail\030\001 \001(\005\022\014\n\004head\030\002 \001(\005\022\020\n\010lp_value\030" +
51 "\003 \001(\001\"U\n\027RoutesSupportGraphProto\022:\n\rarc_" +
52 "lp_values\030\001 \003(\0132#.operations_research.sa" +
53 "t.ArcLpValueBp\n\026com.google.ortools.satP\001" +
54 "Z?github.com/google/or-tools/ortools/sat" +
55 "/proto/routessupportgraph\252\002\022Google.OrToo" +
56 "ls.Sat"
57 };
58 descriptor = com.google.protobuf.Descriptors.FileDescriptor
59 .internalBuildGeneratedFileFrom(descriptorData,
60 new com.google.protobuf.Descriptors.FileDescriptor[] {
61 });
62 internal_static_operations_research_sat_ArcLpValue_descriptor =
63 getDescriptor().getMessageTypes().get(0);
64 internal_static_operations_research_sat_ArcLpValue_fieldAccessorTable = new
65 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
66 internal_static_operations_research_sat_ArcLpValue_descriptor,
67 new java.lang.String[] { "Tail", "Head", "LpValue", });
68 internal_static_operations_research_sat_RoutesSupportGraphProto_descriptor =
69 getDescriptor().getMessageTypes().get(1);
70 internal_static_operations_research_sat_RoutesSupportGraphProto_fieldAccessorTable = new
71 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
72 internal_static_operations_research_sat_RoutesSupportGraphProto_descriptor,
73 new java.lang.String[] { "ArcLpValues", });
74 descriptor.resolveAllFeaturesImmutable();
75 }
76
77 // @@protoc_insertion_point(outer_class_scope)
78}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()