Uses of Class
com.google.ortools.sat.BooleanAssignment.Builder
Packages that use BooleanAssignment.Builder
-
Uses of BooleanAssignment.Builder in com.google.ortools.sat
Subclasses with type arguments of type BooleanAssignment.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final classStores an assignment of variables as a list of true literals using their signed representation.Methods in com.google.ortools.sat that return BooleanAssignment.BuilderModifier and TypeMethodDescriptionBooleanAssignment.Builder.addAllLiterals(Iterable<? extends Integer> values) repeated int32 literals = 1;BooleanAssignment.Builder.addLiterals(int value) repeated int32 literals = 1;BooleanAssignment.Builder.clear()BooleanAssignment.Builder.clearLiterals()repeated int32 literals = 1;LinearBooleanProblem.Builder.getAssignmentBuilder()Stores an assignment of the problem variables.BooleanAssignment.Builder.mergeFrom(BooleanAssignment other) BooleanAssignment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BooleanAssignment.Builder.mergeFrom(com.google.protobuf.Message other) static BooleanAssignment.BuilderBooleanAssignment.newBuilder()static BooleanAssignment.BuilderBooleanAssignment.newBuilder(BooleanAssignment prototype) BooleanAssignment.newBuilderForType()protected BooleanAssignment.BuilderBooleanAssignment.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BooleanAssignment.Builder.setLiterals(int index, int value) repeated int32 literals = 1;BooleanAssignment.toBuilder()Methods in com.google.ortools.sat with parameters of type BooleanAssignment.BuilderModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.setAssignment(BooleanAssignment.Builder builderForValue) Stores an assignment of the problem variables.