Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
BooleanProblem.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/sat/boolean_problem.proto
3// Protobuf Java Version: 4.26.1
4
5package com.google.ortools.sat;
6
7public final class BooleanProblem {
8 private BooleanProblem() {}
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 BooleanProblem.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_sat_LinearBooleanConstraint_descriptor;
29 static final
30 com.google.protobuf.GeneratedMessage.FieldAccessorTable
31 internal_static_operations_research_sat_LinearBooleanConstraint_fieldAccessorTable;
32 static final com.google.protobuf.Descriptors.Descriptor
33 internal_static_operations_research_sat_LinearObjective_descriptor;
34 static final
35 com.google.protobuf.GeneratedMessage.FieldAccessorTable
36 internal_static_operations_research_sat_LinearObjective_fieldAccessorTable;
37 static final com.google.protobuf.Descriptors.Descriptor
38 internal_static_operations_research_sat_BooleanAssignment_descriptor;
39 static final
40 com.google.protobuf.GeneratedMessage.FieldAccessorTable
41 internal_static_operations_research_sat_BooleanAssignment_fieldAccessorTable;
42 static final com.google.protobuf.Descriptors.Descriptor
43 internal_static_operations_research_sat_LinearBooleanProblem_descriptor;
44 static final
45 com.google.protobuf.GeneratedMessage.FieldAccessorTable
46 internal_static_operations_research_sat_LinearBooleanProblem_fieldAccessorTable;
47
48 public static com.google.protobuf.Descriptors.FileDescriptor
50 return descriptor;
51 }
52 private static com.google.protobuf.Descriptors.FileDescriptor
53 descriptor;
54 static {
55 java.lang.String[] descriptorData = {
56 "\n!ortools/sat/boolean_problem.proto\022\027ope" +
57 "rations_research.sat\"{\n\027LinearBooleanCon" +
58 "straint\022\020\n\010literals\030\001 \003(\005\022\024\n\014coefficient" +
59 "s\030\002 \003(\003\022\023\n\013lower_bound\030\003 \001(\003\022\023\n\013upper_bo" +
60 "und\030\004 \001(\003\022\016\n\004name\030\005 \001(\t:\000\"g\n\017LinearObjec" +
61 "tive\022\020\n\010literals\030\001 \003(\005\022\024\n\014coefficients\030\002" +
62 " \003(\003\022\021\n\006offset\030\003 \001(\001:\0010\022\031\n\016scaling_facto" +
63 "r\030\004 \001(\001:\0011\"%\n\021BooleanAssignment\022\020\n\010liter" +
64 "als\030\001 \003(\005\"\264\002\n\024LinearBooleanProblem\022\016\n\004na" +
65 "me\030\001 \001(\t:\000\022\025\n\rnum_variables\030\003 \001(\005\022E\n\013con" +
66 "straints\030\004 \003(\01320.operations_research.sat" +
67 ".LinearBooleanConstraint\022;\n\tobjective\030\005 " +
68 "\001(\0132(.operations_research.sat.LinearObje" +
69 "ctive\022\021\n\tvar_names\030\006 \003(\t\022>\n\nassignment\030\007" +
70 " \001(\0132*.operations_research.sat.BooleanAs" +
71 "signment\022\036\n\026original_num_variables\030\010 \001(\005" +
72 "B/\n\026com.google.ortools.satP\001\252\002\022Google.Or" +
73 "Tools.Sat"
74 };
75 descriptor = com.google.protobuf.Descriptors.FileDescriptor
76 .internalBuildGeneratedFileFrom(descriptorData,
77 new com.google.protobuf.Descriptors.FileDescriptor[] {
78 });
79 internal_static_operations_research_sat_LinearBooleanConstraint_descriptor =
80 getDescriptor().getMessageTypes().get(0);
81 internal_static_operations_research_sat_LinearBooleanConstraint_fieldAccessorTable = new
82 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
83 internal_static_operations_research_sat_LinearBooleanConstraint_descriptor,
84 new java.lang.String[] { "Literals", "Coefficients", "LowerBound", "UpperBound", "Name", });
85 internal_static_operations_research_sat_LinearObjective_descriptor =
86 getDescriptor().getMessageTypes().get(1);
87 internal_static_operations_research_sat_LinearObjective_fieldAccessorTable = new
88 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
89 internal_static_operations_research_sat_LinearObjective_descriptor,
90 new java.lang.String[] { "Literals", "Coefficients", "Offset", "ScalingFactor", });
91 internal_static_operations_research_sat_BooleanAssignment_descriptor =
92 getDescriptor().getMessageTypes().get(2);
93 internal_static_operations_research_sat_BooleanAssignment_fieldAccessorTable = new
94 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
95 internal_static_operations_research_sat_BooleanAssignment_descriptor,
96 new java.lang.String[] { "Literals", });
97 internal_static_operations_research_sat_LinearBooleanProblem_descriptor =
98 getDescriptor().getMessageTypes().get(3);
99 internal_static_operations_research_sat_LinearBooleanProblem_fieldAccessorTable = new
100 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
101 internal_static_operations_research_sat_LinearBooleanProblem_descriptor,
102 new java.lang.String[] { "Name", "NumVariables", "Constraints", "Objective", "VarNames", "Assignment", "OriginalNumVariables", });
103 descriptor.resolveAllFeaturesImmutable();
104 }
105
106 // @@protoc_insertion_point(outer_class_scope)
107}
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)