Google OR-Tools v9.14
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.31.1
5
6package com.google.ortools.graph;
7
8@com.google.protobuf.Generated
9public final class FlowProblem {
10 private FlowProblem() {}
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 FlowProblem.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_FlowArcProto_descriptor;
31 static final
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;
36 static final
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;
41 static final
42 com.google.protobuf.GeneratedMessage.FieldAccessorTable
43 internal_static_operations_research_FlowModelProto_fieldAccessorTable;
44
45 public static com.google.protobuf.Descriptors.FileDescriptor
47 return descriptor;
48 }
49 private static com.google.protobuf.Descriptors.FileDescriptor
50 descriptor;
51 static {
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"
66 };
67 descriptor = com.google.protobuf.Descriptors.FileDescriptor
68 .internalBuildGeneratedFileFrom(descriptorData,
69 new com.google.protobuf.Descriptors.FileDescriptor[] {
70 });
71 internal_static_operations_research_FlowArcProto_descriptor =
72 getDescriptor().getMessageTypes().get(0);
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 =
78 getDescriptor().getMessageTypes().get(1);
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 =
84 getDescriptor().getMessageTypes().get(2);
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();
90 }
91
92 // @@protoc_insertion_point(outer_class_scope)
93}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)