9public final class FlowProblem {
10 private FlowProblem() {}
12 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
13 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
18 FlowProblem.class.getName());
21 com.google.protobuf.ExtensionRegistryLite registry) {
25 com.google.protobuf.ExtensionRegistry registry) {
27 (com.google.protobuf.ExtensionRegistryLite) registry);
29 static final com.google.protobuf.Descriptors.Descriptor
30 internal_static_operations_research_FlowArcProto_descriptor;
32 com.google.protobuf.GeneratedMessage.FieldAccessorTable
33 internal_static_operations_research_FlowArcProto_fieldAccessorTable;
34 static final com.google.protobuf.Descriptors.Descriptor
35 internal_static_operations_research_FlowNodeProto_descriptor;
37 com.google.protobuf.GeneratedMessage.FieldAccessorTable
38 internal_static_operations_research_FlowNodeProto_fieldAccessorTable;
39 static final com.google.protobuf.Descriptors.Descriptor
40 internal_static_operations_research_FlowModelProto_descriptor;
42 com.google.protobuf.GeneratedMessage.FieldAccessorTable
43 internal_static_operations_research_FlowModelProto_fieldAccessorTable;
45 public static com.google.protobuf.Descriptors.FileDescriptor
49 private static com.google.protobuf.Descriptors.FileDescriptor
52 java.lang.String[] descriptorData = {
53 "\n ortools/graph/flow_problem.proto\022\023oper" +
54 "ations_research\"U\n\014FlowArcProto\022\014\n\004tail\030" +
55 "\001 \001(\003\022\014\n\004head\030\002 \001(\003\022\023\n\010capacity\030\003 \001(\003:\0011" +
56 "\022\024\n\tunit_cost\030\004 \001(\003:\0010\".\n\rFlowNodeProto\022" +
57 "\n\n\002id\030\001 \001(\003\022\021\n\006supply\030\002 \001(\003:\0010\"\206\002\n\016FlowM" +
58 "odelProto\0221\n\005nodes\030\001 \003(\0132\".operations_re" +
59 "search.FlowNodeProto\022/\n\004arcs\030\002 \003(\0132!.ope" +
60 "rations_research.FlowArcProto\022E\n\014problem" +
61 "_type\030\003 \001(\0162/.operations_research.FlowMo" +
62 "delProto.ProblemType\"I\n\013ProblemType\022\031\n\025L" +
63 "INEAR_SUM_ASSIGNMENT\020\000\022\014\n\010MAX_FLOW\020\001\022\021\n\r" +
64 "MIN_COST_FLOW\020\002B3\n\030com.google.ortools.gr" +
65 "aphP\001\252\002\024Google.OrTools.Graph"
67 descriptor = com.google.protobuf.Descriptors.FileDescriptor
68 .internalBuildGeneratedFileFrom(descriptorData,
69 new com.google.protobuf.Descriptors.FileDescriptor[] {
71 internal_static_operations_research_FlowArcProto_descriptor =
73 internal_static_operations_research_FlowArcProto_fieldAccessorTable =
new
74 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
75 internal_static_operations_research_FlowArcProto_descriptor,
76 new java.lang.String[] {
"Tail",
"Head",
"Capacity",
"UnitCost", });
77 internal_static_operations_research_FlowNodeProto_descriptor =
79 internal_static_operations_research_FlowNodeProto_fieldAccessorTable =
new
80 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
81 internal_static_operations_research_FlowNodeProto_descriptor,
82 new java.lang.String[] {
"Id",
"Supply", });
83 internal_static_operations_research_FlowModelProto_descriptor =
85 internal_static_operations_research_FlowModelProto_fieldAccessorTable =
new
86 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
87 internal_static_operations_research_FlowModelProto_descriptor,
88 new java.lang.String[] {
"Nodes",
"Arcs",
"ProblemType", });
89 descriptor.resolveAllFeaturesImmutable();