Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Hinge solver does not consider all the rules #87

Open
T0nyX1ang opened this issue Dec 18, 2024 · 0 comments
Open

[Bug] Hinge solver does not consider all the rules #87

T0nyX1ang opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working delayed Delayed features or fixes

Comments

@T0nyX1ang
Copy link
Owner

In the rules of Hinge in puzz.link, the following rule is not considered:

  • NG: The region border which separates a block is not continuous.

However, this rule should consider many certain cases. One simpler approach is to only check for border_color_connected rule in the sense of adj_type = 8, but it does not cover all the cases. Another approach is to consider the symmetry axis that cuts the block, but this should consider too many special cases.

Fortunately, there are not problems that utilize this rule now, so we will just delay this issue.

@T0nyX1ang T0nyX1ang added bug Something isn't working delayed Delayed features or fixes labels Dec 18, 2024
@T0nyX1ang T0nyX1ang self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working delayed Delayed features or fixes
Projects
None yet
Development

No branches or pull requests

1 participant