k-Consistency is defined for a Constraint Satisfaction Problem (CSP) where, for any consistent assignment to any set of (k-1) variables, a consistent value can always be found for any k-th variable. This property generalizes node consistency (k=1), arc consistency (k=2), and path consistency (k=3). A CSP that is strongly k-consistent is also i-consistent for all i ≤ k, progressively reducing the search space for backtracking algorithms like Maintaining Arc Consistency (MAC).
