An open API service indexing awesome lists of open source software.

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

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).