Added option to output directed graphs of the group heirarchy before and after compression (#43)

It outputs nodes and edges information before and after the
compressor has run - these can be visualised in a tool like Gephi

A good way to visualise what the compressor is actually doing!
This commit is contained in:
Azrenbeth
2021-08-04 11:56:42 +01:00
committed by GitHub
parent becb2937aa
commit 3290726990
3 changed files with 98 additions and 2 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
**/*.rs.bk
*.data
*.old
out.sql
out.sql
*.csv