cnfgen2 0.1.1

Generate DIMACS CNF formula from operations (second version)
Documentation
[dependencies.generic-array]
version = "1.3"

[dependencies.itoap]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[package]
authors = ["Mateusz Szpakowski"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Generate DIMACS CNF formula from operations (second version)"
documentation = "https://docs.rs/cnfgen2"
edition = "2021"
keywords = ["cnf", "logic", "cnfgen", "SAT"]
license = "Apache-2.0"
name = "cnfgen2"
readme = "README.md"
repository = "https://github.com/matszpk/cnfgen2"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]