DbCrWk / graph-norm

Graph normalization
GNU General Public License v3.0
1 stars 0 forks source link

Implement online parse algorithm #17

Open DbCrWk opened 4 years ago

DbCrWk commented 4 years ago

We need to be able to parse graph sequences on-line, in that as we add graphs, we should automatically update our parse tree. This will likely involve creating an interchange format to track both temporal and topological renormalizations of our graph sequence.

DbCrWk commented 4 years ago

This depends on #18