DbCrWk / graph-norm

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

Fix transitive closure creation #25

Closed DbCrWk closed 4 years ago

DbCrWk commented 4 years ago

Because of #24, we now have a way to create a graph and add edges in bulk. However, this method does not respect transitive closures:

https://github.com/DbCrWk/graph-norm/blob/49b9f5e10e2c6224805cea07c88d97051bd9d086/src/object/ReflexiveDiGraph.js#L99-L100