use Deutsch-Schorr-Waite to implement acyclic_term/1 (#2128)

This commit is contained in:
Mark
2023-10-21 21:37:27 -06:00
parent bf46c4b5c1
commit 6a913bc4cc
7 changed files with 438 additions and 120 deletions

View File

@@ -70,7 +70,6 @@ bytes = "1"
dashu = "0.4.0"
num-order = { version = "1.2.0" }
rand = "0.8.5"
topo_sort = { version = "0.4.0" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libffi = { version = "3.2.0", optional = true }