csp-solver 0.5.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
13
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "csp_solver"
version = "0.4.0"
requires-python = ">=3.10"
license = "MIT"

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