BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.getAtMostOneOrBuilder() |
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.getAtMostOneOrBuilder() |
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getAtMostOneOrBuilder() |
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.getBoolAndOrBuilder() |
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.getBoolAndOrBuilder() |
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getBoolAndOrBuilder() |
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.getBoolOrOrBuilder() |
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.getBoolOrOrBuilder() |
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getBoolOrOrBuilder() |
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.getBoolXorOrBuilder() |
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.getBoolXorOrBuilder() |
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getBoolXorOrBuilder() |
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.getExactlyOneOrBuilder() |
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.getExactlyOneOrBuilder() |
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getExactlyOneOrBuilder() |
The exactly_one constraint force exactly one literal to true and no more.
|