Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
LinearBooleanProblemOrBuilder.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
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.sat;
6
7public interface LinearBooleanProblemOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearBooleanProblem)
9 com.google.protobuf.MessageOrBuilder {
10
19 boolean hasName();
28 java.lang.String getName();
37 com.google.protobuf.ByteString
39
50 boolean hasNumVariables();
62
70 java.util.List<com.google.ortools.sat.LinearBooleanConstraint>
95 java.util.List<? extends com.google.ortools.sat.LinearBooleanConstraintOrBuilder>
105 int index);
106
116 boolean hasObjective();
136
147 java.util.List<java.lang.String>
171 java.lang.String getVarNames(int index);
183 com.google.protobuf.ByteString
185
195 boolean hasAssignment();
215
240}
com.google.ortools.sat.BooleanAssignmentOrBuilder getAssignmentOrBuilder()
com.google.protobuf.ByteString getVarNamesBytes(int index)
com.google.ortools.sat.LinearBooleanConstraint getConstraints(int index)
com.google.ortools.sat.LinearObjective getObjective()
java.util.List<? extends com.google.ortools.sat.LinearBooleanConstraintOrBuilder > getConstraintsOrBuilderList()
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.sat.LinearBooleanConstraintOrBuilder getConstraintsOrBuilder(int index)
com.google.ortools.sat.BooleanAssignment getAssignment()
java.util.List< com.google.ortools.sat.LinearBooleanConstraint > getConstraintsList()
com.google.ortools.sat.LinearObjectiveOrBuilder getObjectiveOrBuilder()
java.util.List< java.lang.String > getVarNamesList()