Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
LinearArgumentProto |
LinearArgumentProto.Builder.build() |
LinearArgumentProto |
LinearArgumentProto.Builder.buildPartial() |
static LinearArgumentProto |
LinearArgumentProto.getDefaultInstance() |
LinearArgumentProto |
LinearArgumentProto.getDefaultInstanceForType() |
LinearArgumentProto |
LinearArgumentProto.Builder.getDefaultInstanceForType() |
LinearArgumentProto |
ConstraintProto.getIntDiv()
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
LinearArgumentProto |
ConstraintProto.Builder.getIntDiv()
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
LinearArgumentProto |
ConstraintProtoOrBuilder.getIntDiv()
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
LinearArgumentProto |
ConstraintProto.getIntMod()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
LinearArgumentProto |
ConstraintProto.Builder.getIntMod()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
LinearArgumentProto |
ConstraintProtoOrBuilder.getIntMod()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
LinearArgumentProto |
ConstraintProto.getIntProd()
The int_prod constraint forces the target to equal the product of all
variables.
|
LinearArgumentProto |
ConstraintProto.Builder.getIntProd()
The int_prod constraint forces the target to equal the product of all
variables.
|
LinearArgumentProto |
ConstraintProtoOrBuilder.getIntProd()
The int_prod constraint forces the target to equal the product of all
variables.
|
LinearArgumentProto |
ConstraintProto.getLinMax()
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
LinearArgumentProto |
ConstraintProto.Builder.getLinMax()
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
LinearArgumentProto |
ConstraintProtoOrBuilder.getLinMax()
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
static LinearArgumentProto |
LinearArgumentProto.parseDelimitedFrom(java.io.InputStream input) |
static LinearArgumentProto |
LinearArgumentProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(byte[] data) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(java.nio.ByteBuffer data) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(com.google.protobuf.ByteString data) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(java.io.InputStream input) |
static LinearArgumentProto |
LinearArgumentProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<LinearArgumentProto> |
LinearArgumentProto.getParserForType() |
static com.google.protobuf.Parser<LinearArgumentProto> |
LinearArgumentProto.parser() |
Modifier and Type | Method and Description |
---|---|
LinearArgumentProto.Builder |
LinearArgumentProto.Builder.mergeFrom(LinearArgumentProto other) |
ConstraintProto.Builder |
ConstraintProto.Builder.mergeIntDiv(LinearArgumentProto value)
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeIntMod(LinearArgumentProto value)
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeIntProd(LinearArgumentProto value)
The int_prod constraint forces the target to equal the product of all
variables.
|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeLinMax(LinearArgumentProto value)
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
static LinearArgumentProto.Builder |
LinearArgumentProto.newBuilder(LinearArgumentProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setIntDiv(LinearArgumentProto value)
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
ConstraintProto.Builder |
ConstraintProto.Builder.setIntMod(LinearArgumentProto value)
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
ConstraintProto.Builder |
ConstraintProto.Builder.setIntProd(LinearArgumentProto value)
The int_prod constraint forces the target to equal the product of all
variables.
|
ConstraintProto.Builder |
ConstraintProto.Builder.setLinMax(LinearArgumentProto value)
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
Copyright © 2025. All rights reserved.