Uses of Class
com.google.ortools.sat.AllDifferentConstraintProto
Packages that use AllDifferentConstraintProto
-
Uses of AllDifferentConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return AllDifferentConstraintProtoModifier and TypeMethodDescriptionAllDifferentConstraintProto.Builder.build()AllDifferentConstraintProto.Builder.buildPartial()ConstraintProto.Builder.getAllDiff()The all_diff constraint forces all variables to take different values.ConstraintProto.getAllDiff()The all_diff constraint forces all variables to take different values.ConstraintProtoOrBuilder.getAllDiff()The all_diff constraint forces all variables to take different values.static AllDifferentConstraintProtoAllDifferentConstraintProto.getDefaultInstance()AllDifferentConstraintProto.Builder.getDefaultInstanceForType()AllDifferentConstraintProto.getDefaultInstanceForType()static AllDifferentConstraintProtoAllDifferentConstraintProto.parseDelimitedFrom(InputStream input) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(byte[] data) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(com.google.protobuf.ByteString data) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(InputStream input) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(ByteBuffer data) static AllDifferentConstraintProtoAllDifferentConstraintProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type AllDifferentConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AllDifferentConstraintProto> AllDifferentConstraintProto.getParserForType()static com.google.protobuf.Parser<AllDifferentConstraintProto> AllDifferentConstraintProto.parser()Methods in com.google.ortools.sat with parameters of type AllDifferentConstraintProtoModifier and TypeMethodDescriptionConstraintProto.Builder.mergeAllDiff(AllDifferentConstraintProto value) The all_diff constraint forces all variables to take different values.AllDifferentConstraintProto.Builder.mergeFrom(AllDifferentConstraintProto other) AllDifferentConstraintProto.newBuilder(AllDifferentConstraintProto prototype) ConstraintProto.Builder.setAllDiff(AllDifferentConstraintProto value) The all_diff constraint forces all variables to take different values.