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?
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, namelyEdgeIndexMap
, seems not to be used anywhere inr_c_shortest_paths
. I was then wonder whether I am missing its purpose. Could anyone shed a light?