kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

[simplify] When simplifying network, reduce redundant MultiDiGraph edges #65

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Currently, a MultiDiGraph preserves duplicative edges. During simplify, we ought to drop redundant, completely like edges.