selen 0.11.0

Constraint Satisfaction Problem (CSP) solver
Documentation
[dependencies]

[dev-dependencies]

[lib]
crate-type = ["lib"]
name = "selen"
path = "src/lib.rs"

[lints.rustdoc]
missing_crate_level_docs = "warn"
private_doc_tests = "warn"
unescaped_backticks = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics", "science"]
description = "Constraint Satisfaction Problem (CSP) solver"
documentation = "https://docs.rs/selen"
edition = "2024"
homepage = "https://github.com/radevgit/selen"
keywords = ["csp", "constraint-solver", "solver", "puzzle", "constraint"]
license = "MIT"
name = "selen"
readme = "README.md"
repository = "https://github.com/radevgit/selen"
rust-version = "1.88"
version = "0.11.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "test_lp_integration"
path = "tests/test_lp_integration.rs"