You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- new functions `cpp_simplify`, `get_detour` and `to_df`
11
+
12
+
Minor changes
13
+
- bug fix in `get_distance_pair` and `get_path_pair` : verify that origin / destination nodes are present in the graph before running c++ function
14
+
- modification of `get_distance_pair` and `get_path_pair` Rd. files : clearer explanation about the choice between algorithms
15
+
- optimization of `get_distance_matrix` function : if length(to) < length(from) then Dijkstra algorithm is ran from destination nodes on reversed graph
0 commit comments