Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
BoolArgumentProto
Argument of the constraints of the form OP(literals).
|
static class |
BoolArgumentProto.Builder
Argument of the constraints of the form OP(literals).
|
Modifier and Type | Method and Description |
---|---|
BoolArgumentProtoOrBuilder |
ConstraintProto.getAtMostOneOrBuilder()
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.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.getBoolAndOrBuilder()
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.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.getBoolOrOrBuilder()
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.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.getBoolXorOrBuilder()
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.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.getExactlyOneOrBuilder()
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProtoOrBuilder |
ConstraintProto.Builder.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.
|
Copyright © 2025. All rights reserved.