Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
FlowProblem.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/graph/flow_problem.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.graph;
7
8public final class FlowProblem {
9 private FlowProblem() {}
10 static {
11 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
12 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
13 /* major= */ 4,
14 /* minor= */ 29,
15 /* patch= */ 3,
16 /* suffix= */ "",
17 FlowProblem.class.getName());
18 }
19 public static void registerAllExtensions(
20 com.google.protobuf.ExtensionRegistryLite registry) {
21 }
22
23 public static void registerAllExtensions(
24 com.google.protobuf.ExtensionRegistry registry) {
26 (com.google.protobuf.ExtensionRegistryLite) registry);
27 }
28 static final com.google.protobuf.Descriptors.Descriptor
29 internal_static_operations_research_FlowArcProto_descriptor;
30 static final
31 com.google.protobuf.GeneratedMessage.FieldAccessorTable
32 internal_static_operations_research_FlowArcProto_fieldAccessorTable;
33 static final com.google.protobuf.Descriptors.Descriptor
34 internal_static_operations_research_FlowNodeProto_descriptor;
35 static final
36 com.google.protobuf.GeneratedMessage.FieldAccessorTable
37 internal_static_operations_research_FlowNodeProto_fieldAccessorTable;
38 static final com.google.protobuf.Descriptors.Descriptor
39 internal_static_operations_research_FlowModelProto_descriptor;
40 static final
41 com.google.protobuf.GeneratedMessage.FieldAccessorTable
42 internal_static_operations_research_FlowModelProto_fieldAccessorTable;
43
44 public static com.google.protobuf.Descriptors.FileDescriptor
46 return descriptor;
47 }
48 private static com.google.protobuf.Descriptors.FileDescriptor
49 descriptor;
50 static {
51 java.lang.String[] descriptorData = {
52 "\n ortools/graph/flow_problem.proto\022\023oper" +
53 "ations_research\"U\n\014FlowArcProto\022\014\n\004tail\030" +
54 "\001 \001(\003\022\014\n\004head\030\002 \001(\003\022\023\n\010capacity\030\003 \001(\003:\0011" +
55 "\022\024\n\tunit_cost\030\004 \001(\003:\0010\".\n\rFlowNodeProto\022" +
56 "\n\n\002id\030\001 \001(\003\022\021\n\006supply\030\002 \001(\003:\0010\"\206\002\n\016FlowM" +
57 "odelProto\0221\n\005nodes\030\001 \003(\0132\".operations_re" +
58 "search.FlowNodeProto\022/\n\004arcs\030\002 \003(\0132!.ope" +
59 "rations_research.FlowArcProto\022E\n\014problem" +
60 "_type\030\003 \001(\0162/.operations_research.FlowMo" +
61 "delProto.ProblemType\"I\n\013ProblemType\022\031\n\025L" +
62 "INEAR_SUM_ASSIGNMENT\020\000\022\014\n\010MAX_FLOW\020\001\022\021\n\r" +
63 "MIN_COST_FLOW\020\002B3\n\030com.google.ortools.gr" +
64 "aphP\001\252\002\024Google.OrTools.Graph"
65 };
66 descriptor = com.google.protobuf.Descriptors.FileDescriptor
67 .internalBuildGeneratedFileFrom(descriptorData,
68 new com.google.protobuf.Descriptors.FileDescriptor[] {
69 });
70 internal_static_operations_research_FlowArcProto_descriptor =
71 getDescriptor().getMessageTypes().get(0);
72 internal_static_operations_research_FlowArcProto_fieldAccessorTable = new
73 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
74 internal_static_operations_research_FlowArcProto_descriptor,
75 new java.lang.String[] { "Tail", "Head", "Capacity", "UnitCost", });
76 internal_static_operations_research_FlowNodeProto_descriptor =
77 getDescriptor().getMessageTypes().get(1);
78 internal_static_operations_research_FlowNodeProto_fieldAccessorTable = new
79 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
80 internal_static_operations_research_FlowNodeProto_descriptor,
81 new java.lang.String[] { "Id", "Supply", });
82 internal_static_operations_research_FlowModelProto_descriptor =
83 getDescriptor().getMessageTypes().get(2);
84 internal_static_operations_research_FlowModelProto_fieldAccessorTable = new
85 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
86 internal_static_operations_research_FlowModelProto_descriptor,
87 new java.lang.String[] { "Nodes", "Arcs", "ProblemType", });
88 descriptor.resolveAllFeaturesImmutable();
89 }
90
91 // @@protoc_insertion_point(outer_class_scope)
92}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)