Google OR-Tools v9.12
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.29.3
5
6package com.google.ortools.sat;
7
8public interface LinearBooleanProblemOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearBooleanProblem)
10 com.google.protobuf.MessageOrBuilder {
11
20 boolean hasName();
29 java.lang.String getName();
38 com.google.protobuf.ByteString
40
51 boolean hasNumVariables();
63
71 java.util.List<com.google.ortools.sat.LinearBooleanConstraint>
96 java.util.List<? extends com.google.ortools.sat.LinearBooleanConstraintOrBuilder>
106 int index);
107
117 boolean hasObjective();
137
148 java.util.List<java.lang.String>
172 java.lang.String getVarNames(int index);
184 com.google.protobuf.ByteString
186
196 boolean hasAssignment();
216
241}
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()