Google OR-Tools v9.14
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// 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 interface LinearBooleanProblemOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearBooleanProblem)
11 com.google.protobuf.MessageOrBuilder {
12
21 boolean hasName();
30 java.lang.String getName();
39 com.google.protobuf.ByteString
41
52 boolean hasNumVariables();
64
72 java.util.List<com.google.ortools.sat.LinearBooleanConstraint>
97 java.util.List<? extends com.google.ortools.sat.LinearBooleanConstraintOrBuilder>
107 int index);
108
118 boolean hasObjective();
138
149 java.util.List<java.lang.String>
173 java.lang.String getVarNames(int index);
185 com.google.protobuf.ByteString
187
197 boolean hasAssignment();
217
242}
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()