ac3rm 0.1.0

An incremental AC-3rm propagator in Rust with dynamic assertion and retraction of constraints
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ac3rm"
version = "0.1.0"
authors = ["Riccardo De Benedictis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An incremental AC-3rm propagator in Rust with dynamic assertion and retraction of constraints"
readme = "README.md"
keywords = [
    "constraints",
    "arc-consistency",
    "ac3",
    "ac3rm",
    "csp",
]
categories = [
    "algorithms",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/pstlab/AC-3rm"

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

[dependencies.tracing]
version = "0.1.44"