Add node reduction unit test and fix bugs

This commit is contained in:
2023-08-23 12:51:25 +02:00
parent 569949d5c7
commit 92f59110ed
13 changed files with 453 additions and 323 deletions

View File

@@ -37,6 +37,7 @@ include("operations/apply.jl")
include("operations/clean.jl")
include("operations/find.jl")
include("operations/get.jl")
include("operations/print.jl")
include("graph_interface.jl")