Uses of Interface
com.google.ortools.sat.InverseConstraintProtoOrBuilder
Packages that use InverseConstraintProtoOrBuilder
-
Uses of InverseConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement InverseConstraintProtoOrBuilderModifier and TypeClassDescriptionfinal class
The 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 final class
The 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 InverseConstraintProtoOrBuilderModifier and TypeMethodDescriptionConstraintProto.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.ConstraintProto.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.ConstraintProtoOrBuilder.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.