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

Sudoku generator #6

Open
wants to merge 72 commits into
base: master
Choose a base branch
from
Open

Sudoku generator #6

wants to merge 72 commits into from

Conversation

h3nnn4n
Copy link
Owner

@h3nnn4n h3nnn4n commented Mar 22, 2021

Generate a sudoku cover set from a standard sudoku representation, that can be fed into the dlx solver

@h3nnn4n h3nnn4n self-assigned this Mar 22, 2021
h3nnn4n added 30 commits March 22, 2021 13:45
we need to mod the result, not just subtract
and define __POSIX_C_SOURCE
otherwise it is impossible to solve and we dont even need to try
instead of just spitting out the output, first build it in memory, where
we can run checks, then dump it out.
i.e. we were always solving a sudoku with no clues lol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant