Mathimagics wrote:Consider this "value
v can go where" bit table for a Latin Square:
- Code: Select all
0 0 0 0 0 0 0 0 0
0 0 0 0 1 1 0 0 1
1 0 0 0 0 1 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
1 0 0 0 0 1 0 0 0
1 0 0 0 0 0 0 0 0
0 0 0 0 1 0 0 0 1
0 0 0 0 0 0 0 0 0
Clearly we can infer that (7, 1) can't be
v, nor can (2, 6), so both those bits can be cleared.
But what is this case called in the parlance of the genre? It's not "naked pair" or "hidden pair", but what?
X-Wing:
In rows 3,6 v can only be in columns 3, 6
conclusion: in columns 3, 6 v can only be in rows 3,6 ==> (2, 6) ≠ v
Jellyfish:
in rows 2, 3, 6, 8, v can only be in columns 1, 5, 6, 9
conclusion: in columns 1, 5, 6, 9, v can only be in rows 2, 3, 6, 8 ==> (7, 1) ≠ v