Skip to content

Avoidable rectangle is applied even if there is no double solution #4

Open
@Kermalis

Description

@Kermalis

The following puzzle (currently named Unsolved - Incorrect 1.txt in the repo):

1549-----
-----41--
-6-75---9
-1---8---
69---7-4-
--5----37
-8-----1-
----3--68
------5--

Avoidable rectangle is applied (because other techniques are not implemented yet)
For now, it points out a flaw with my implementation of avoidable rectangle.

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions