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