Uses of Class
com.google.ortools.sat.BoolArgumentProto.Builder
Packages that use BoolArgumentProto.Builder
-
Uses of BoolArgumentProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type BoolArgumentProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final class
Argument of the constraints of the form OP(literals).Methods in com.google.ortools.sat that return BoolArgumentProto.BuilderModifier and TypeMethodDescriptionBoolArgumentProto.Builder.addAllLiterals
(Iterable<? extends Integer> values) repeated int32 literals = 1;
BoolArgumentProto.Builder.addLiterals
(int value) repeated int32 literals = 1;
BoolArgumentProto.Builder.clear()
BoolArgumentProto.Builder.clearLiterals()
repeated int32 literals = 1;
ConstraintProto.Builder.getAtMostOneBuilder()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.Builder.getBoolAndBuilder()
The bool_and constraint forces all of the literals to be true.ConstraintProto.Builder.getBoolOrBuilder()
The bool_or constraint forces at least one literal to be true.ConstraintProto.Builder.getBoolXorBuilder()
The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.Builder.getExactlyOneBuilder()
The exactly_one constraint force exactly one literal to true and no more.BoolArgumentProto.Builder.mergeFrom
(BoolArgumentProto other) BoolArgumentProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BoolArgumentProto.Builder.mergeFrom
(com.google.protobuf.Message other) static BoolArgumentProto.Builder
BoolArgumentProto.newBuilder()
static BoolArgumentProto.Builder
BoolArgumentProto.newBuilder
(BoolArgumentProto prototype) BoolArgumentProto.newBuilderForType()
protected BoolArgumentProto.Builder
BoolArgumentProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) BoolArgumentProto.Builder.setLiterals
(int index, int value) repeated int32 literals = 1;
BoolArgumentProto.toBuilder()
Methods in com.google.ortools.sat with parameters of type BoolArgumentProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setAtMostOne
(BoolArgumentProto.Builder builderForValue) The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.Builder.setBoolAnd
(BoolArgumentProto.Builder builderForValue) The bool_and constraint forces all of the literals to be true.ConstraintProto.Builder.setBoolOr
(BoolArgumentProto.Builder builderForValue) The bool_or constraint forces at least one literal to be true.ConstraintProto.Builder.setBoolXor
(BoolArgumentProto.Builder builderForValue) The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.Builder.setExactlyOne
(BoolArgumentProto.Builder builderForValue) The exactly_one constraint force exactly one literal to true and no more.