Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
LinearBooleanConstraint
A linear Boolean constraint which is a bounded sum of linear terms.
|
static class |
LinearBooleanConstraint.Builder
A linear Boolean constraint which is a bounded sum of linear terms.
|
Modifier and Type | Method and Description |
---|---|
LinearBooleanConstraintOrBuilder |
LinearBooleanProblemOrBuilder.getConstraintsOrBuilder(int index)
The constraints of the problem.
|
LinearBooleanConstraintOrBuilder |
LinearBooleanProblem.getConstraintsOrBuilder(int index)
The constraints of the problem.
|
LinearBooleanConstraintOrBuilder |
LinearBooleanProblem.Builder.getConstraintsOrBuilder(int index)
The constraints of the problem.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends LinearBooleanConstraintOrBuilder> |
LinearBooleanProblemOrBuilder.getConstraintsOrBuilderList()
The constraints of the problem.
|
java.util.List<? extends LinearBooleanConstraintOrBuilder> |
LinearBooleanProblem.getConstraintsOrBuilderList()
The constraints of the problem.
|
java.util.List<? extends LinearBooleanConstraintOrBuilder> |
LinearBooleanProblem.Builder.getConstraintsOrBuilderList()
The constraints of the problem.
|
Copyright © 2025. All rights reserved.