Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
LinearArgumentProto
Protobuf type
operations_research.sat.LinearArgumentProto |
static class |
LinearArgumentProto.Builder
Protobuf type
operations_research.sat.LinearArgumentProto |
Modifier and Type | Method and Description |
---|---|
LinearArgumentProtoOrBuilder |
ConstraintProto.getIntDivOrBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
LinearArgumentProtoOrBuilder |
ConstraintProto.Builder.getIntDivOrBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
LinearArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getIntDivOrBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].
|
LinearArgumentProtoOrBuilder |
ConstraintProto.getIntModOrBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
LinearArgumentProtoOrBuilder |
ConstraintProto.Builder.getIntModOrBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
LinearArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getIntModOrBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
|
LinearArgumentProtoOrBuilder |
ConstraintProto.getIntProdOrBuilder()
The int_prod constraint forces the target to equal the product of all
variables.
|
LinearArgumentProtoOrBuilder |
ConstraintProto.Builder.getIntProdOrBuilder()
The int_prod constraint forces the target to equal the product of all
variables.
|
LinearArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getIntProdOrBuilder()
The int_prod constraint forces the target to equal the product of all
variables.
|
LinearArgumentProtoOrBuilder |
ConstraintProto.getLinMaxOrBuilder()
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
LinearArgumentProtoOrBuilder |
ConstraintProto.Builder.getLinMaxOrBuilder()
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
LinearArgumentProtoOrBuilder |
ConstraintProtoOrBuilder.getLinMaxOrBuilder()
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
|
Copyright © 2025. All rights reserved.