Google OR-Tools v9.12
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// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/algorithms/set_cover.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.algorithms;
7
8public final class SetCover {
9 private SetCover() {}
10 static {
11 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
12 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
13 /* major= */ 4,
14 /* minor= */ 29,
15 /* patch= */ 3,
16 /* suffix= */ "",
17 SetCover.class.getName());
18 }
19 public static void registerAllExtensions(
20 com.google.protobuf.ExtensionRegistryLite registry) {
21 }
22
23 public static void registerAllExtensions(
24 com.google.protobuf.ExtensionRegistry registry) {
26 (com.google.protobuf.ExtensionRegistryLite) registry);
27 }
28 static final com.google.protobuf.Descriptors.Descriptor
29 internal_static_operations_research_SetCoverProto_descriptor;
30 static final
31 com.google.protobuf.GeneratedMessage.FieldAccessorTable
32 internal_static_operations_research_SetCoverProto_fieldAccessorTable;
33 static final com.google.protobuf.Descriptors.Descriptor
34 internal_static_operations_research_SetCoverProto_Subset_descriptor;
35 static final
36 com.google.protobuf.GeneratedMessage.FieldAccessorTable
37 internal_static_operations_research_SetCoverProto_Subset_fieldAccessorTable;
38 static final com.google.protobuf.Descriptors.Descriptor
39 internal_static_operations_research_SetCoverSolutionResponse_descriptor;
40 static final
41 com.google.protobuf.GeneratedMessage.FieldAccessorTable
42 internal_static_operations_research_SetCoverSolutionResponse_fieldAccessorTable;
43
44 public static com.google.protobuf.Descriptors.FileDescriptor
46 return descriptor;
47 }
48 private static com.google.protobuf.Descriptors.FileDescriptor
49 descriptor;
50 static {
51 java.lang.String[] descriptorData = {
52 "\n\"ortools/algorithms/set_cover.proto\022\023op" +
53 "erations_research\032\031ortools/util/int128.p" +
54 "roto\"\350\001\n\rSetCoverProto\0229\n\006subset\030\001 \003(\0132)" +
55 ".operations_research.SetCoverProto.Subse" +
56 "t\022\021\n\004name\030\002 \001(\tH\000\210\001\001\0225\n\013fingerprint\030\003 \001(" +
57 "\0132\033.operations_research.Int128H\001\210\001\001\0329\n\006S" +
58 "ubset\022\021\n\004cost\030\001 \001(\001H\000\210\001\001\022\023\n\007element\030\002 \003(" +
59 "\005B\002\020\001B\007\n\005_costB\007\n\005_nameB\016\n\014_fingerprint\"" +
60 "\351\003\n\030SetCoverSolutionResponse\022I\n\006status\030\001" +
61 " \001(\01624.operations_research.SetCoverSolut" +
62 "ionResponse.StatusH\000\210\001\001\022\030\n\013num_subsets\030\002" +
63 " \001(\005H\001\210\001\001\022\022\n\006subset\030\003 \003(\005B\002\020\001\022\021\n\004cost\030\004 " +
64 "\001(\001H\002\210\001\001\022\035\n\020cost_lower_bound\030\005 \001(\001H\003\210\001\001\022" +
65 "5\n\013fingerprint\030\006 \001(\0132\033.operations_resear" +
66 "ch.Int128H\004\210\001\001\022;\n\021model_fingerprint\030\007 \001(" +
67 "\0132\033.operations_research.Int128H\005\210\001\001\"O\n\006S" +
68 "tatus\022\r\n\tUNDEFINED\020\000\022\013\n\007OPTIMAL\020\001\022\014\n\010FEA" +
69 "SIBLE\020\002\022\016\n\nINFEASIBLE\020\003\022\013\n\007INVALID\020\004B\t\n\007" +
70 "_statusB\016\n\014_num_subsetsB\007\n\005_costB\023\n\021_cos" +
71 "t_lower_boundB\016\n\014_fingerprintB\024\n\022_model_" +
72 "fingerprintB!\n\035com.google.ortools.algori" +
73 "thmsP\001b\006proto3"
74 };
75 descriptor = com.google.protobuf.Descriptors.FileDescriptor
76 .internalBuildGeneratedFileFrom(descriptorData,
77 new com.google.protobuf.Descriptors.FileDescriptor[] {
78 com.google.ortools.util.Int128OuterClass.getDescriptor(),
79 });
80 internal_static_operations_research_SetCoverProto_descriptor =
81 getDescriptor().getMessageTypes().get(0);
82 internal_static_operations_research_SetCoverProto_fieldAccessorTable = new
83 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
84 internal_static_operations_research_SetCoverProto_descriptor,
85 new java.lang.String[] { "Subset", "Name", "Fingerprint", });
86 internal_static_operations_research_SetCoverProto_Subset_descriptor =
87 internal_static_operations_research_SetCoverProto_descriptor.getNestedTypes().get(0);
88 internal_static_operations_research_SetCoverProto_Subset_fieldAccessorTable = new
89 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
90 internal_static_operations_research_SetCoverProto_Subset_descriptor,
91 new java.lang.String[] { "Cost", "Element", });
92 internal_static_operations_research_SetCoverSolutionResponse_descriptor =
93 getDescriptor().getMessageTypes().get(1);
94 internal_static_operations_research_SetCoverSolutionResponse_fieldAccessorTable = new
95 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
96 internal_static_operations_research_SetCoverSolutionResponse_descriptor,
97 new java.lang.String[] { "Status", "NumSubsets", "Subset", "Cost", "CostLowerBound", "Fingerprint", "ModelFingerprint", });
98 descriptor.resolveAllFeaturesImmutable();
99 com.google.ortools.util.Int128OuterClass.getDescriptor();
100 }
101
102 // @@protoc_insertion_point(outer_class_scope)
103}
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Definition SetCover.java:45
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
Definition SetCover.java:23
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
Definition SetCover.java:19