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
src/db | ||
.devcontainer.json | ||
.drone.yml | ||
.env.template | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.npmignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc.json | ||
docker-compose.yml | ||
Dockerfile | ||
index.test.ts | ||
index.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
template-typescript
Default template for typescript projects