Uses of Interface
com.google.ortools.sat.BooleanAssignmentOrBuilder
Packages that use BooleanAssignmentOrBuilder
-
Uses of BooleanAssignmentOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement BooleanAssignmentOrBuilderModifier and TypeClassDescriptionfinal class
Stores an assignment of variables as a list of true literals using their signed representation.static final class
Stores an assignment of variables as a list of true literals using their signed representation.Methods in com.google.ortools.sat that return BooleanAssignmentOrBuilderModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.getAssignmentOrBuilder()
Stores an assignment of the problem variables.LinearBooleanProblem.getAssignmentOrBuilder()
Stores an assignment of the problem variables.LinearBooleanProblemOrBuilder.getAssignmentOrBuilder()
Stores an assignment of the problem variables.