Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.addAllLiterals(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 literals = 1; |
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.addLiterals(int value)
repeated int32 literals = 1; |
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.clear() |
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.clearLiterals()
repeated int32 literals = 1; |
BoolArgumentProto.Builder |
ConstraintProto.Builder.getAtMostOneBuilder()
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProto.Builder |
ConstraintProto.Builder.getBoolAndBuilder()
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProto.Builder |
ConstraintProto.Builder.getBoolOrBuilder()
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProto.Builder |
ConstraintProto.Builder.getBoolXorBuilder()
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProto.Builder |
ConstraintProto.Builder.getExactlyOneBuilder()
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.mergeFrom(BoolArgumentProto other) |
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static BoolArgumentProto.Builder |
BoolArgumentProto.newBuilder() |
static BoolArgumentProto.Builder |
BoolArgumentProto.newBuilder(BoolArgumentProto prototype) |
BoolArgumentProto.Builder |
BoolArgumentProto.newBuilderForType() |
protected BoolArgumentProto.Builder |
BoolArgumentProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.setLiterals(int index,
int value)
repeated int32 literals = 1; |
BoolArgumentProto.Builder |
BoolArgumentProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.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 |
ConstraintProto.Builder.setBoolAnd(BoolArgumentProto.Builder builderForValue)
The bool_and constraint forces all of the literals to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setBoolOr(BoolArgumentProto.Builder builderForValue)
The bool_or constraint forces at least one literal to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setBoolXor(BoolArgumentProto.Builder builderForValue)
The bool_xor constraint forces an odd number of the literals to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setExactlyOne(BoolArgumentProto.Builder builderForValue)
The exactly_one constraint force exactly one literal to true and no more.
|
Copyright © 2025. All rights reserved.