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 value) |
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(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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clear() |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clearExprs() |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.clone() |
|
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) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilder() |
|
static AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilder(AllDifferentConstraintProto prototype) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilderForType() |
|
protected AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.removeExprs(int index) |
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.Builder.setExprs(int index,
LinearExpressionProto.Builder builderForValue) |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AllDifferentConstraintProto.Builder |
AllDifferentConstraintProto.toBuilder() |
|