Furthermore, except for the grid XM given below, a minlex grid always contains two other elements: r2c5=8 and r2c6=9.
- Code: Select all
+---+---+---+
|123|456|789|
|45.|...|...|
|...|...|...|
+---+---+---+
|2..|...|...|
|...|...|...|
|...|...|...|
+---+---+---+
|...|...|...|
|...|...|...|
|...|...|...|
+---+---+---+
something me and coloin noticed a few years back
r2c123 is a limited permutation of n+89 tuple as the 89 are fixed order thanks to C89 being interchangeable:
if r2c3 = 6, then r2c456 = 7,8,9 :1 order possible.
if r2c3 is = 7 {we can swap it with 8,9} which gives us 2 possible arrangements:
- Code: Select all
n,8,9 or 8,9, n :
the notation of 8,9 occupying 1 of two arrangements matches