A tool converting a given sudoku into DIMACS CNF to be solved with a SAT solver, and reverting the solution from the SAT solver back into an easy readable sudoku visualitsation
Go to file
2024-06-06 12:42:21 +02:00
.eslintignore Initial commit 2024-06-06 12:28:40 +02:00
.eslintrc.json Initial commit 2024-06-06 12:28:40 +02:00
.gitignore Initial commit 2024-06-06 12:28:40 +02:00
.prettierignore Initial commit 2024-06-06 12:28:40 +02:00
.prettierrc.json Initial commit 2024-06-06 12:28:40 +02:00
index.ts Switch to pnpm, update dependencies, delete unneeded files 2024-06-06 12:42:21 +02:00
package-lock.json Initial commit 2024-06-06 12:28:40 +02:00
package.json Switch to pnpm, update dependencies, delete unneeded files 2024-06-06 12:42:21 +02:00
pnpm-lock.yaml Switch to pnpm, update dependencies, delete unneeded files 2024-06-06 12:42:21 +02:00
README.md Initial commit 2024-06-06 12:28:40 +02:00
tsconfig.json Initial commit 2024-06-06 12:28:40 +02:00

template-typescript

Default template for typescript projects