Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
ElementConstraintProto |
ElementConstraintProto.Builder.build() |
ElementConstraintProto |
ElementConstraintProto.Builder.buildPartial() |
static ElementConstraintProto |
ElementConstraintProto.getDefaultInstance() |
ElementConstraintProto |
ElementConstraintProto.getDefaultInstanceForType() |
ElementConstraintProto |
ElementConstraintProto.Builder.getDefaultInstanceForType() |
ElementConstraintProto |
ConstraintProto.getElement()
The element constraint forces the variable with the given index
to be equal to the target.
|
ElementConstraintProto |
ConstraintProto.Builder.getElement()
The element constraint forces the variable with the given index
to be equal to the target.
|
ElementConstraintProto |
ConstraintProtoOrBuilder.getElement()
The element constraint forces the variable with the given index
to be equal to the target.
|
static ElementConstraintProto |
ElementConstraintProto.parseDelimitedFrom(java.io.InputStream input) |
static ElementConstraintProto |
ElementConstraintProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(byte[] data) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(java.nio.ByteBuffer data) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(com.google.protobuf.ByteString data) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(java.io.InputStream input) |
static ElementConstraintProto |
ElementConstraintProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ElementConstraintProto> |
ElementConstraintProto.getParserForType() |
static com.google.protobuf.Parser<ElementConstraintProto> |
ElementConstraintProto.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeElement(ElementConstraintProto value)
The element constraint forces the variable with the given index
to be equal to the target.
|
ElementConstraintProto.Builder |
ElementConstraintProto.Builder.mergeFrom(ElementConstraintProto other) |
static ElementConstraintProto.Builder |
ElementConstraintProto.newBuilder(ElementConstraintProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setElement(ElementConstraintProto value)
The element constraint forces the variable with the given index
to be equal to the target.
|
Copyright © 2025. All rights reserved.