boostorg / graph

Boost.org graph module
http://boost.org/libs/graph
325 stars 208 forks source link

Is EdgeIndexMap needed in r_c_shortest_paths ? #342

Open andrea-cassioli-maersk opened 1 year ago

andrea-cassioli-maersk commented 1 year ago

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?

jeremy-murphy commented 1 year ago

Interesting. I would have to dig into the commit history to find out why.

andrea-cassioli-maersk commented 1 year ago

Hey @jeremy-murphy , any luck finding more about this?

jeremy-murphy commented 1 year ago

Sorry, I haven't had a chance to work on it.