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