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