Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
AllDifferentConstraintProto |
AllDifferentConstraintProto.Builder.build() |
AllDifferentConstraintProto |
AllDifferentConstraintProto.Builder.buildPartial() |
AllDifferentConstraintProto |
ConstraintProto.getAllDiff()
The all_diff constraint forces all variables to take different values.
|
AllDifferentConstraintProto |
ConstraintProto.Builder.getAllDiff()
The all_diff constraint forces all variables to take different values.
|
AllDifferentConstraintProto |
ConstraintProtoOrBuilder.getAllDiff()
The all_diff constraint forces all variables to take different values.
|
static AllDifferentConstraintProto |
AllDifferentConstraintProto.getDefaultInstance() |
AllDifferentConstraintProto |
AllDifferentConstraintProto.getDefaultInstanceForType() |
AllDifferentConstraintProto |
AllDifferentConstraintProto.Builder.getDefaultInstanceForType() |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseDelimitedFrom(java.io.InputStream input) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(byte[] data) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(java.nio.ByteBuffer data) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(com.google.protobuf.ByteString data) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(java.io.InputStream input) |
static AllDifferentConstraintProto |
AllDifferentConstraintProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AllDifferentConstraintProto> |
AllDifferentConstraintProto.getParserForType() |
static com.google.protobuf.Parser<AllDifferentConstraintProto> |
AllDifferentConstraintProto.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeAllDiff(AllDifferentConstraintProto value)
The all_diff constraint forces all variables to take different values.
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.mergeFrom(AllDifferentConstraintProto other) |
static AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilder(AllDifferentConstraintProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setAllDiff(AllDifferentConstraintProto value)
The all_diff constraint forces all variables to take different values.
|
Copyright © 2025. All rights reserved.