Uses of Interface
com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
Packages that use AllDifferentConstraintProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of AllDifferentConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement AllDifferentConstraintProtoOrBuilder Modifier and Type Class Description classAllDifferentConstraintProtoAll affine expressions must take different values.static classAllDifferentConstraintProto.BuilderAll affine expressions must take different values.Methods in com.google.ortools.sat that return AllDifferentConstraintProtoOrBuilder Modifier and Type Method Description AllDifferentConstraintProtoOrBuilderConstraintProto.Builder. getAllDiffOrBuilder()The all_diff constraint forces all variables to take different values.AllDifferentConstraintProtoOrBuilderConstraintProto. getAllDiffOrBuilder()The all_diff constraint forces all variables to take different values.AllDifferentConstraintProtoOrBuilderConstraintProtoOrBuilder. getAllDiffOrBuilder()The all_diff constraint forces all variables to take different values.
-