https://github.com/xermicus/sudoku-sat
example SAT/SMT application
https://github.com/xermicus/sudoku-sat
Last synced: over 1 year ago
JSON representation
example SAT/SMT application
- Host: GitHub
- URL: https://github.com/xermicus/sudoku-sat
- Owner: xermicus
- Created: 2022-06-15T16:53:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T21:44:30.000Z (about 4 years ago)
- Last Synced: 2025-01-06T21:24:19.630Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku SAT
Simple sudoku solver using SAT (uses boolector as the SMT prover).
This serves as an example SAT/SMT application.
Usage:
```
cargo run -- sudoku.json
```
The input file is simply a sudoku in a 2D JSON array (see e.g. `sudoku.json` or `sudoku2.json` files).