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 AllDifferentConstraintProto
AllDifferentConstraintProto.getDefaultInstance()
AllDifferentConstraintProto.Builder.getDefaultInstanceForType()
AllDifferentConstraintProto.getDefaultInstanceForType()
static AllDifferentConstraintProto
AllDifferentConstraintProto.parseDelimitedFrom
(InputStream input) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(byte[] data) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(InputStream input) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllDifferentConstraintProto
AllDifferentConstraintProto.parseFrom
(ByteBuffer data) static AllDifferentConstraintProto
AllDifferentConstraintProto.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.