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