fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
761 stars 184 forks source link

Does jsnetworkx support shortest_path calculation for weighted graph? #45

Closed rinkudas closed 9 years ago

rinkudas commented 9 years ago

I have found and tried with shortest_path calculations for unweighted graph, but couldn't find similar functions for weighted graph. Can you help me with some explained examples if it is supported?

fkling commented 9 years ago

Unfortunately it does not yet. I'm currently restructuring the library and will add new features afterwards. It will eventually provide this method, but not yet, sorry.