c62c26aafd
We will be using bit-sets to keep track of which puzzle variables are used in which constraints, and which constraints need to be woken up.
9 lines
149 B
TOML
9 lines
149 B
TOML
[package]
|
|
name = "puzzle-solver"
|
|
version = "0.1.0"
|
|
authors = ["David Wang <millimillenary@gmail.com>"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
bit-set = "*"
|