exact-covers 0.2.0

An implementation of Knuth's algorithm for solving the exact cover problem with colors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "exact-covers"
version = "0.2.0"
dependencies = [
 "smallvec",
]

[[package]]
name = "smallvec"
version = "2.0.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66778689f64ae4f4e9365890e55048783afc0bb07a8e214b0bcfe7b88e6bb2bf"