Uses of Interface
com.google.ortools.sat.BoolArgumentProtoOrBuilder
Packages that use BoolArgumentProtoOrBuilder
-
Uses of BoolArgumentProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement BoolArgumentProtoOrBuilderModifier and TypeClassDescriptionfinal class
Argument of the constraints of the form OP(literals).static final class
Argument of the constraints of the form OP(literals).Methods in com.google.ortools.sat that return BoolArgumentProtoOrBuilderModifier and TypeMethodDescriptionConstraintProto.Builder.getAtMostOneOrBuilder()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.getAtMostOneOrBuilder()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProtoOrBuilder.getAtMostOneOrBuilder()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.Builder.getBoolAndOrBuilder()
The bool_and constraint forces all of the literals to be true.ConstraintProto.getBoolAndOrBuilder()
The bool_and constraint forces all of the literals to be true.ConstraintProtoOrBuilder.getBoolAndOrBuilder()
The bool_and constraint forces all of the literals to be true.ConstraintProto.Builder.getBoolOrOrBuilder()
The bool_or constraint forces at least one literal to be true.ConstraintProto.getBoolOrOrBuilder()
The bool_or constraint forces at least one literal to be true.ConstraintProtoOrBuilder.getBoolOrOrBuilder()
The bool_or constraint forces at least one literal to be true.ConstraintProto.Builder.getBoolXorOrBuilder()
The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.getBoolXorOrBuilder()
The bool_xor constraint forces an odd number of the literals to be true.ConstraintProtoOrBuilder.getBoolXorOrBuilder()
The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.Builder.getExactlyOneOrBuilder()
The exactly_one constraint force exactly one literal to true and no more.ConstraintProto.getExactlyOneOrBuilder()
The exactly_one constraint force exactly one literal to true and no more.ConstraintProtoOrBuilder.getExactlyOneOrBuilder()
The exactly_one constraint force exactly one literal to true and no more.