Declaration
protected static int[][] GetCachedPermutations(
int minValue,
int maxValue,
int numAffectedCells
)
Summary
Helper method to generate all permutations of numbers within a specified number of affected cells. The array
generated by this is cached.