Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
BoolArgumentProto |
BoolArgumentProto.Builder.build() |
BoolArgumentProto |
BoolArgumentProto.Builder.buildPartial() |
BoolArgumentProto |
ConstraintProto.getAtMostOne()
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProto |
ConstraintProto.Builder.getAtMostOne()
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProto |
ConstraintProtoOrBuilder.getAtMostOne()
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
BoolArgumentProto |
ConstraintProto.getBoolAnd()
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProto |
ConstraintProto.Builder.getBoolAnd()
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProto |
ConstraintProtoOrBuilder.getBoolAnd()
The bool_and constraint forces all of the literals to be true.
|
BoolArgumentProto |
ConstraintProto.getBoolOr()
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProto |
ConstraintProto.Builder.getBoolOr()
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProto |
ConstraintProtoOrBuilder.getBoolOr()
The bool_or constraint forces at least one literal to be true.
|
BoolArgumentProto |
ConstraintProto.getBoolXor()
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProto |
ConstraintProto.Builder.getBoolXor()
The bool_xor constraint forces an odd number of the literals to be true.
|
BoolArgumentProto |
ConstraintProtoOrBuilder.getBoolXor()
The bool_xor constraint forces an odd number of the literals to be true.
|
static BoolArgumentProto |
BoolArgumentProto.getDefaultInstance() |
BoolArgumentProto |
BoolArgumentProto.getDefaultInstanceForType() |
BoolArgumentProto |
BoolArgumentProto.Builder.getDefaultInstanceForType() |
BoolArgumentProto |
ConstraintProto.getExactlyOne()
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProto |
ConstraintProto.Builder.getExactlyOne()
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProto |
ConstraintProtoOrBuilder.getExactlyOne()
The exactly_one constraint force exactly one literal to true and no more.
|
static BoolArgumentProto |
BoolArgumentProto.parseDelimitedFrom(java.io.InputStream input) |
static BoolArgumentProto |
BoolArgumentProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(byte[] data) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(java.nio.ByteBuffer data) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(com.google.protobuf.ByteString data) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(java.io.InputStream input) |
static BoolArgumentProto |
BoolArgumentProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<BoolArgumentProto> |
BoolArgumentProto.getParserForType() |
static com.google.protobuf.Parser<BoolArgumentProto> |
BoolArgumentProto.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeAtMostOne(BoolArgumentProto value)
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeBoolAnd(BoolArgumentProto value)
The bool_and constraint forces all of the literals to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeBoolOr(BoolArgumentProto value)
The bool_or constraint forces at least one literal to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeBoolXor(BoolArgumentProto value)
The bool_xor constraint forces an odd number of the literals to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeExactlyOne(BoolArgumentProto value)
The exactly_one constraint force exactly one literal to true and no more.
|
BoolArgumentProto.Builder |
BoolArgumentProto.Builder.mergeFrom(BoolArgumentProto other) |
static BoolArgumentProto.Builder |
BoolArgumentProto.newBuilder(BoolArgumentProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setAtMostOne(BoolArgumentProto value)
The at_most_one constraint enforces that no more than one literal is
true at the same time.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setBoolAnd(BoolArgumentProto value)
The bool_and constraint forces all of the literals to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setBoolOr(BoolArgumentProto value)
The bool_or constraint forces at least one literal to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setBoolXor(BoolArgumentProto value)
The bool_xor constraint forces an odd number of the literals to be true.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setExactlyOne(BoolArgumentProto value)
The exactly_one constraint force exactly one literal to true and no more.
|
Copyright © 2025. All rights reserved.