Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.addAllExprs(java.lang.Iterable<? extends LinearExpressionProto> values)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.addExprs(int index,
LinearExpressionProto.Builder builderForValue)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.addExprs(int index,
LinearExpressionProto value)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.addExprs(LinearExpressionProto.Builder builderForValue)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.addExprs(LinearExpressionProto value)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clear() |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clearExprs()
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
ConstraintProto.Builder.getAllDiffBuilder()
The all_diff constraint forces all variables to take different values.
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.mergeFrom(AllDifferentConstraintProto other) |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilder() |
static AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilder(AllDifferentConstraintProto prototype) |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilderForType() |
protected AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.removeExprs(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.setExprs(int index,
LinearExpressionProto.Builder builderForValue)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.setExprs(int index,
LinearExpressionProto value)
repeated .operations_research.sat.LinearExpressionProto exprs = 1; |
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.setAllDiff(AllDifferentConstraintProto.Builder builderForValue)
The all_diff constraint forces all variables to take different values.
|
Copyright © 2025. All rights reserved.