Uses of Interface
com.google.ortools.sat.BooleanAssignmentOrBuilder
-
Packages that use BooleanAssignmentOrBuilder Package Description com.google.ortools.sat -
-
Uses of BooleanAssignmentOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement BooleanAssignmentOrBuilder Modifier and Type Class Description classBooleanAssignmentStores an assignment of variables as a list of true literals using their signed representation.static classBooleanAssignment.BuilderStores an assignment of variables as a list of true literals using their signed representation.Methods in com.google.ortools.sat that return BooleanAssignmentOrBuilder Modifier and Type Method Description BooleanAssignmentOrBuilderLinearBooleanProblem.Builder. getAssignmentOrBuilder()Stores an assignment of the problem variables.BooleanAssignmentOrBuilderLinearBooleanProblem. getAssignmentOrBuilder()Stores an assignment of the problem variables.BooleanAssignmentOrBuilderLinearBooleanProblemOrBuilder. getAssignmentOrBuilder()Stores an assignment of the problem variables.
-