Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
InverseConstraintProto |
InverseConstraintProto.Builder.build() |
InverseConstraintProto |
InverseConstraintProto.Builder.buildPartial() |
static InverseConstraintProto |
InverseConstraintProto.getDefaultInstance() |
InverseConstraintProto |
InverseConstraintProto.getDefaultInstanceForType() |
InverseConstraintProto |
InverseConstraintProto.Builder.getDefaultInstanceForType() |
InverseConstraintProto |
ConstraintProto.getInverse()
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
InverseConstraintProto |
ConstraintProto.Builder.getInverse()
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
InverseConstraintProto |
ConstraintProtoOrBuilder.getInverse()
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
static InverseConstraintProto |
InverseConstraintProto.parseDelimitedFrom(java.io.InputStream input) |
static InverseConstraintProto |
InverseConstraintProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(byte[] data) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(java.nio.ByteBuffer data) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(com.google.protobuf.ByteString data) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(java.io.InputStream input) |
static InverseConstraintProto |
InverseConstraintProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<InverseConstraintProto> |
InverseConstraintProto.getParserForType() |
static com.google.protobuf.Parser<InverseConstraintProto> |
InverseConstraintProto.parser() |
Modifier and Type | Method and Description |
---|---|
InverseConstraintProto.Builder |
InverseConstraintProto.Builder.mergeFrom(InverseConstraintProto other) |
ConstraintProto.Builder |
ConstraintProto.Builder.mergeInverse(InverseConstraintProto value)
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
static InverseConstraintProto.Builder |
InverseConstraintProto.newBuilder(InverseConstraintProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setInverse(InverseConstraintProto value)
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
Copyright © 2025. All rights reserved.