Uses of Interface
com.google.ortools.sat.TableConstraintProtoOrBuilder
-
Packages that use TableConstraintProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of TableConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement TableConstraintProtoOrBuilder Modifier and Type Class Description classTableConstraintProtoThe values of the n-tuple formed by the given variables can only be one of the listed n-tuples in values.static classTableConstraintProto.BuilderThe values of the n-tuple formed by the given variables can only be one of the listed n-tuples in values.Methods in com.google.ortools.sat that return TableConstraintProtoOrBuilder Modifier and Type Method Description TableConstraintProtoOrBuilderConstraintProto.Builder. getTableOrBuilder()The table constraint enforces what values a tuple of variables may take.TableConstraintProtoOrBuilderConstraintProto. getTableOrBuilder()The table constraint enforces what values a tuple of variables may take.TableConstraintProtoOrBuilderConstraintProtoOrBuilder. getTableOrBuilder()The table constraint enforces what values a tuple of variables may take.
-