Uses of Interface
com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
Packages that use InverseConstraintProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of InverseConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement InverseConstraintProtoOrBuilder Modifier and Type Class Description classInverseConstraintProtoThe two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.static classInverseConstraintProto.BuilderThe two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.Methods in com.google.ortools.sat that return InverseConstraintProtoOrBuilder Modifier and Type Method Description InverseConstraintProtoOrBuilderConstraintProto.Builder. getInverseOrBuilder()The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.InverseConstraintProtoOrBuilderConstraintProto. getInverseOrBuilder()The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.InverseConstraintProtoOrBuilderConstraintProtoOrBuilder. getInverseOrBuilder()The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
-