graph
graph copied to clipboard
Is EdgeIndexMap needed in r_c_shortest_paths ?
I have been using r_c_shortest_paths
for a while, and recently because of a code refactoring I realised that one of the template parameters, namely EdgeIndexMap
, seems not to be used anywhere in r_c_shortest_paths
. I was then wonder whether I am missing its purpose. Could anyone shed a light?
Interesting. I would have to dig into the commit history to find out why.
Hey @jeremy-murphy , any luck finding more about this?
Sorry, I haven't had a chance to work on it.