algoxcc 0.1.2

A solver for an exact cover with colors problem
Documentation
[[bench]]
harness = false
name = "xcc_bench"
path = "benches/xcc_bench.rs"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.serde_json]
version = "1.0"

[lib]
name = "algoxcc"
path = "src/lib.rs"

[package]
authors = ["Jesper Daugaard Juhl <mail@1juhler.dk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science"]
description = "A solver for an exact cover with colors problem"
documentation = "https://docs.rs/algoxcc"
edition = "2024"
keywords = ["exact-cover", "xcc", "dancing-cells"]
license = "MIT OR Apache-2.0"
name = "algoxcc"
readme = "README.md"
repository = "https://github.com/1Juhler-jdj/algoxcc"
version = "0.1.2"