Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
LinearBooleanConstraint |
LinearBooleanConstraint.Builder.build() |
LinearBooleanConstraint |
LinearBooleanConstraint.Builder.buildPartial() |
LinearBooleanConstraint |
LinearBooleanProblemOrBuilder.getConstraints(int index)
The constraints of the problem.
|
LinearBooleanConstraint |
LinearBooleanProblem.getConstraints(int index)
The constraints of the problem.
|
LinearBooleanConstraint |
LinearBooleanProblem.Builder.getConstraints(int index)
The constraints of the problem.
|
static LinearBooleanConstraint |
LinearBooleanConstraint.getDefaultInstance() |
LinearBooleanConstraint |
LinearBooleanConstraint.getDefaultInstanceForType() |
LinearBooleanConstraint |
LinearBooleanConstraint.Builder.getDefaultInstanceForType() |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseDelimitedFrom(java.io.InputStream input) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(byte[] data) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(java.nio.ByteBuffer data) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(com.google.protobuf.ByteString data) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(com.google.protobuf.CodedInputStream input) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(java.io.InputStream input) |
static LinearBooleanConstraint |
LinearBooleanConstraint.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LinearBooleanConstraint> |
LinearBooleanProblemOrBuilder.getConstraintsList()
The constraints of the problem.
|
java.util.List<LinearBooleanConstraint> |
LinearBooleanProblem.getConstraintsList()
The constraints of the problem.
|
java.util.List<LinearBooleanConstraint> |
LinearBooleanProblem.Builder.getConstraintsList()
The constraints of the problem.
|
com.google.protobuf.Parser<LinearBooleanConstraint> |
LinearBooleanConstraint.getParserForType() |
static com.google.protobuf.Parser<LinearBooleanConstraint> |
LinearBooleanConstraint.parser() |
Modifier and Type | Method and Description |
---|---|
LinearBooleanProblem.Builder |
LinearBooleanProblem.Builder.addConstraints(int index,
LinearBooleanConstraint value)
The constraints of the problem.
|
LinearBooleanProblem.Builder |
LinearBooleanProblem.Builder.addConstraints(LinearBooleanConstraint value)
The constraints of the problem.
|
LinearBooleanConstraint.Builder |
LinearBooleanConstraint.Builder.mergeFrom(LinearBooleanConstraint other) |
static LinearBooleanConstraint.Builder |
LinearBooleanConstraint.newBuilder(LinearBooleanConstraint prototype) |
LinearBooleanProblem.Builder |
LinearBooleanProblem.Builder.setConstraints(int index,
LinearBooleanConstraint value)
The constraints of the problem.
|
Modifier and Type | Method and Description |
---|---|
LinearBooleanProblem.Builder |
LinearBooleanProblem.Builder.addAllConstraints(java.lang.Iterable<? extends LinearBooleanConstraint> values)
The constraints of the problem.
|
Copyright © 2025. All rights reserved.