You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoidable rectangle is applied (because other techniques are not implemented yet)
For now, it points out a flaw with my implementation of avoidable rectangle.
G4 should not be changed because G7 cannot be 6 and D7 cannot be 3. This means a double solution involving G4 is not possible, so the avoidable rectangle should not try to avoid it.
The technique needs to check if it would be a double solution if the three cells were swapped.
The text was updated successfully, but these errors were encountered:
The following puzzle (currently named Unsolved - Incorrect 1.txt in the repo):
Avoidable rectangle is applied (because other techniques are not implemented yet)
For now, it points out a flaw with my implementation of avoidable rectangle.
G4
should not be changed becauseG7
cannot be 6 andD7
cannot be 3. This means a double solution involvingG4
is not possible, so the avoidable rectangle should not try to avoid it.The technique needs to check if it would be a double solution if the three cells were swapped.
The text was updated successfully, but these errors were encountered: