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