Uses of Class
com.google.ortools.sat.AllDifferentConstraintProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of AllDifferentConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return AllDifferentConstraintProto Modifier and Type Method Description AllDifferentConstraintProtoAllDifferentConstraintProto.Builder. build()AllDifferentConstraintProtoAllDifferentConstraintProto.Builder. buildPartial()AllDifferentConstraintProtoConstraintProto.Builder. getAllDiff()The all_diff constraint forces all variables to take different values.AllDifferentConstraintProtoConstraintProto. getAllDiff()The all_diff constraint forces all variables to take different values.AllDifferentConstraintProtoConstraintProtoOrBuilder. getAllDiff()The all_diff constraint forces all variables to take different values.static AllDifferentConstraintProtoAllDifferentConstraintProto. getDefaultInstance()AllDifferentConstraintProtoAllDifferentConstraintProto.Builder. getDefaultInstanceForType()AllDifferentConstraintProtoAllDifferentConstraintProto. getDefaultInstanceForType()static AllDifferentConstraintProtoAllDifferentConstraintProto. parseDelimitedFrom(java.io.InputStream input)static AllDifferentConstraintProtoAllDifferentConstraintProto. parseDelimitedFrom(java.io.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(java.io.InputStream input)static AllDifferentConstraintProtoAllDifferentConstraintProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllDifferentConstraintProtoAllDifferentConstraintProto. parseFrom(java.nio.ByteBuffer data)static AllDifferentConstraintProtoAllDifferentConstraintProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type AllDifferentConstraintProto Modifier and Type Method Description com.google.protobuf.Parser<AllDifferentConstraintProto>AllDifferentConstraintProto. getParserForType()static com.google.protobuf.Parser<AllDifferentConstraintProto>AllDifferentConstraintProto. parser()Methods in com.google.ortools.sat with parameters of type AllDifferentConstraintProto Modifier and Type Method Description ConstraintProto.BuilderConstraintProto.Builder. mergeAllDiff(AllDifferentConstraintProto value)The all_diff constraint forces all variables to take different values.AllDifferentConstraintProto.BuilderAllDifferentConstraintProto.Builder. mergeFrom(AllDifferentConstraintProto other)static AllDifferentConstraintProto.BuilderAllDifferentConstraintProto. newBuilder(AllDifferentConstraintProto prototype)ConstraintProto.BuilderConstraintProto.Builder. setAllDiff(AllDifferentConstraintProto value)The all_diff constraint forces all variables to take different values.