Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SetCover.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/algorithms/set_cover.proto
3// Protobuf Java Version: 4.26.1
4
5package com.google.ortools.algorithms;
6
7public final class SetCover {
8 private SetCover() {}
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 SetCover.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_SetCoverProto_descriptor;
29 static final
30 com.google.protobuf.GeneratedMessage.FieldAccessorTable
31 internal_static_operations_research_SetCoverProto_fieldAccessorTable;
32 static final com.google.protobuf.Descriptors.Descriptor
33 internal_static_operations_research_SetCoverProto_Subset_descriptor;
34 static final
35 com.google.protobuf.GeneratedMessage.FieldAccessorTable
36 internal_static_operations_research_SetCoverProto_Subset_fieldAccessorTable;
37 static final com.google.protobuf.Descriptors.Descriptor
38 internal_static_operations_research_SetCoverSolutionResponse_descriptor;
39 static final
40 com.google.protobuf.GeneratedMessage.FieldAccessorTable
41 internal_static_operations_research_SetCoverSolutionResponse_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/algorithms/set_cover.proto\022\023op" +
52 "erations_research\032\031ortools/util/int128.p" +
53 "roto\"\350\001\n\rSetCoverProto\0229\n\006subset\030\001 \003(\0132)" +
54 ".operations_research.SetCoverProto.Subse" +
55 "t\022\021\n\004name\030\002 \001(\tH\000\210\001\001\0225\n\013fingerprint\030\003 \001(" +
56 "\0132\033.operations_research.Int128H\001\210\001\001\0329\n\006S" +
57 "ubset\022\021\n\004cost\030\001 \001(\001H\000\210\001\001\022\023\n\007element\030\002 \003(" +
58 "\005B\002\020\001B\007\n\005_costB\007\n\005_nameB\016\n\014_fingerprint\"" +
59 "\351\003\n\030SetCoverSolutionResponse\022I\n\006status\030\001" +
60 " \001(\01624.operations_research.SetCoverSolut" +
61 "ionResponse.StatusH\000\210\001\001\022\030\n\013num_subsets\030\002" +
62 " \001(\005H\001\210\001\001\022\022\n\006subset\030\003 \003(\005B\002\020\001\022\021\n\004cost\030\004 " +
63 "\001(\001H\002\210\001\001\022\035\n\020cost_lower_bound\030\005 \001(\001H\003\210\001\001\022" +
64 "5\n\013fingerprint\030\006 \001(\0132\033.operations_resear" +
65 "ch.Int128H\004\210\001\001\022;\n\021model_fingerprint\030\007 \001(" +
66 "\0132\033.operations_research.Int128H\005\210\001\001\"O\n\006S" +
67 "tatus\022\r\n\tUNDEFINED\020\000\022\013\n\007OPTIMAL\020\001\022\014\n\010FEA" +
68 "SIBLE\020\002\022\016\n\nINFEASIBLE\020\003\022\013\n\007INVALID\020\004B\t\n\007" +
69 "_statusB\016\n\014_num_subsetsB\007\n\005_costB\023\n\021_cos" +
70 "t_lower_boundB\016\n\014_fingerprintB\024\n\022_model_" +
71 "fingerprintB!\n\035com.google.ortools.algori" +
72 "thmsP\001b\006proto3"
73 };
74 descriptor = com.google.protobuf.Descriptors.FileDescriptor
75 .internalBuildGeneratedFileFrom(descriptorData,
76 new com.google.protobuf.Descriptors.FileDescriptor[] {
77 com.google.ortools.util.Int128OuterClass.getDescriptor(),
78 });
79 internal_static_operations_research_SetCoverProto_descriptor =
80 getDescriptor().getMessageTypes().get(0);
81 internal_static_operations_research_SetCoverProto_fieldAccessorTable = new
82 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
83 internal_static_operations_research_SetCoverProto_descriptor,
84 new java.lang.String[] { "Subset", "Name", "Fingerprint", });
85 internal_static_operations_research_SetCoverProto_Subset_descriptor =
86 internal_static_operations_research_SetCoverProto_descriptor.getNestedTypes().get(0);
87 internal_static_operations_research_SetCoverProto_Subset_fieldAccessorTable = new
88 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
89 internal_static_operations_research_SetCoverProto_Subset_descriptor,
90 new java.lang.String[] { "Cost", "Element", });
91 internal_static_operations_research_SetCoverSolutionResponse_descriptor =
92 getDescriptor().getMessageTypes().get(1);
93 internal_static_operations_research_SetCoverSolutionResponse_fieldAccessorTable = new
94 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
95 internal_static_operations_research_SetCoverSolutionResponse_descriptor,
96 new java.lang.String[] { "Status", "NumSubsets", "Subset", "Cost", "CostLowerBound", "Fingerprint", "ModelFingerprint", });
97 descriptor.resolveAllFeaturesImmutable();
98 com.google.ortools.util.Int128OuterClass.getDescriptor();
99 }
100
101 // @@protoc_insertion_point(outer_class_scope)
102}
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Definition SetCover.java:44
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
Definition SetCover.java:22
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
Definition SetCover.java:18