Uses of Class
com.google.ortools.sat.AllDifferentConstraintProto.Builder
Packages that use AllDifferentConstraintProto.Builder
-
Uses of AllDifferentConstraintProto.Builder in com.google.ortools.sat
Methods in com.google.ortools.sat that return AllDifferentConstraintProto.BuilderModifier and TypeMethodDescriptionAllDifferentConstraintProto.Builder.addAllExprs(Iterable<? extends LinearExpressionProto> values) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AllDifferentConstraintProto.Builder.clear()AllDifferentConstraintProto.Builder.clearExprs()repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AllDifferentConstraintProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AllDifferentConstraintProto.Builder.clone()ConstraintProto.Builder.getAllDiffBuilder()The all_diff constraint forces all variables to take different values.AllDifferentConstraintProto.Builder.mergeFrom(AllDifferentConstraintProto other) AllDifferentConstraintProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AllDifferentConstraintProto.Builder.mergeFrom(com.google.protobuf.Message other) AllDifferentConstraintProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AllDifferentConstraintProto.newBuilder()AllDifferentConstraintProto.newBuilder(AllDifferentConstraintProto prototype) AllDifferentConstraintProto.newBuilderForType()protected AllDifferentConstraintProto.BuilderAllDifferentConstraintProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AllDifferentConstraintProto.Builder.removeExprs(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.setExprs(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.setExprs(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AllDifferentConstraintProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AllDifferentConstraintProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AllDifferentConstraintProto.toBuilder()Methods in com.google.ortools.sat with parameters of type AllDifferentConstraintProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setAllDiff(AllDifferentConstraintProto.Builder builderForValue) The all_diff constraint forces all variables to take different values.