trans opened this issue 10 years ago · 1 comments
Is there a way to unsimplify? It would useful in serializing the MDAG by serializing the MDAG's simple array to save space on disk, and loading it back in and restoring it.
In the original version, you can use new MDAG(new ArrayList<String>()).addStrings( simplifieldMDAG ). uncompress method is implemented in this fork.
new MDAG(new ArrayList<String>()).addStrings( simplifieldMDAG )
uncompress