Uses of Class
com.google.ortools.sat.BooleanAssignment
Packages that use BooleanAssignment
-
Uses of BooleanAssignment in com.google.ortools.sat
Methods in com.google.ortools.sat that return BooleanAssignmentModifier and TypeMethodDescriptionBooleanAssignment.Builder.build()
BooleanAssignment.Builder.buildPartial()
LinearBooleanProblem.Builder.getAssignment()
Stores an assignment of the problem variables.LinearBooleanProblem.getAssignment()
Stores an assignment of the problem variables.LinearBooleanProblemOrBuilder.getAssignment()
Stores an assignment of the problem variables.static BooleanAssignment
BooleanAssignment.getDefaultInstance()
BooleanAssignment.Builder.getDefaultInstanceForType()
BooleanAssignment.getDefaultInstanceForType()
static BooleanAssignment
BooleanAssignment.parseDelimitedFrom
(InputStream input) static BooleanAssignment
BooleanAssignment.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BooleanAssignment
BooleanAssignment.parseFrom
(byte[] data) static BooleanAssignment
BooleanAssignment.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BooleanAssignment
BooleanAssignment.parseFrom
(com.google.protobuf.ByteString data) static BooleanAssignment
BooleanAssignment.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BooleanAssignment
BooleanAssignment.parseFrom
(com.google.protobuf.CodedInputStream input) static BooleanAssignment
BooleanAssignment.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BooleanAssignment
BooleanAssignment.parseFrom
(InputStream input) static BooleanAssignment
BooleanAssignment.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BooleanAssignment
BooleanAssignment.parseFrom
(ByteBuffer data) static BooleanAssignment
BooleanAssignment.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type BooleanAssignmentModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<BooleanAssignment> BooleanAssignment.getParserForType()
static com.google.protobuf.Parser
<BooleanAssignment> BooleanAssignment.parser()
Methods in com.google.ortools.sat with parameters of type BooleanAssignmentModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.mergeAssignment
(BooleanAssignment value) Stores an assignment of the problem variables.BooleanAssignment.Builder.mergeFrom
(BooleanAssignment other) static BooleanAssignment.Builder
BooleanAssignment.newBuilder
(BooleanAssignment prototype) LinearBooleanProblem.Builder.setAssignment
(BooleanAssignment value) Stores an assignment of the problem variables.