Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
BooleanAssignment
Stores an assignment of variables as a list of true literals using their
signed representation.
|
static class |
BooleanAssignment.Builder
Stores an assignment of variables as a list of true literals using their
signed representation.
|
Modifier and Type | Method and Description |
---|---|
BooleanAssignmentOrBuilder |
LinearBooleanProblemOrBuilder.getAssignmentOrBuilder()
Stores an assignment of the problem variables.
|
BooleanAssignmentOrBuilder |
LinearBooleanProblem.getAssignmentOrBuilder()
Stores an assignment of the problem variables.
|
BooleanAssignmentOrBuilder |
LinearBooleanProblem.Builder.getAssignmentOrBuilder()
Stores an assignment of the problem variables.
|
Copyright © 2025. All rights reserved.