Skip to content

Commit

Permalink
initial implementation of generic tree reduction library
Browse files Browse the repository at this point in the history
  • Loading branch information
lixitrixi committed Sep 27, 2024
1 parent fe47a92 commit 05ecaf7
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 34 deletions.
84 changes: 50 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ members = [
"solvers/kissat",
"solvers/minion",
"solvers/chuffed",
"crates/gen_reduce",
]

[workspace.lints.clippy]
Expand Down
11 changes: 11 additions & 0 deletions crates/gen_reduce/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "gen_reduce"
version = "0.1.0"
edition = "2021"

[dependencies]
uniplate = { version = "0.1.0" }


[lints]
workspace = true
Loading

0 comments on commit 05ecaf7

Please sign in to comment.