8public final class FlowProblem {
9 private FlowProblem() {}
11 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
12 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
17 FlowProblem.class.getName());
20 com.google.protobuf.ExtensionRegistryLite registry) {
24 com.google.protobuf.ExtensionRegistry registry) {
26 (com.google.protobuf.ExtensionRegistryLite) registry);
28 static final com.google.protobuf.Descriptors.Descriptor
29 internal_static_operations_research_FlowArcProto_descriptor;
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;
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;
41 com.google.protobuf.GeneratedMessage.FieldAccessorTable
42 internal_static_operations_research_FlowModelProto_fieldAccessorTable;
44 public static com.google.protobuf.Descriptors.FileDescriptor
48 private static com.google.protobuf.Descriptors.FileDescriptor
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"
66 descriptor = com.google.protobuf.Descriptors.FileDescriptor
67 .internalBuildGeneratedFileFrom(descriptorData,
68 new com.google.protobuf.Descriptors.FileDescriptor[] {
70 internal_static_operations_research_FlowArcProto_descriptor =
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 =
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 =
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();