Dijkstra.NET
Dijkstra.NET copied to clipboard
Retrieving custom edge information
Hi!
I am wondering how/if it is possible to retrieve custom edge information added during graph generation via new Graph<T,TEdgeCustom>().Connect(). I was not able to figure out how to retrieve TEdgeCustom values.