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
Technical University Darmstadt Germany c8019d04cd Initial commit
2024-06-06 12:28:40 +02:00
src/db Initial commit 2024-06-06 12:28:40 +02:00
.devcontainer.json Initial commit 2024-06-06 12:28:40 +02:00
.drone.yml Initial commit 2024-06-06 12:28:40 +02:00
.env.template Initial commit 2024-06-06 12:28:40 +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
.npmignore Initial commit 2024-06-06 12:28:40 +02:00
.npmrc 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
docker-compose.yml Initial commit 2024-06-06 12:28:40 +02:00
Dockerfile Initial commit 2024-06-06 12:28:40 +02:00
index.test.ts Initial commit 2024-06-06 12:28:40 +02:00
index.ts Initial commit 2024-06-06 12:28:40 +02:00
package-lock.json Initial commit 2024-06-06 12:28:40 +02:00
package.json Initial commit 2024-06-06 12:28:40 +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