csp-solver 0.1.0

Generic constraint satisfaction problem solver with backtracking, AC-3 constraint propagation, and ordering heuristics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "sudoku-rs"
version = "0.1.0"
requires-python = ">=3.10"

[tool.maturin]
features = ["py"]
module-name = "csp_solver"