Allow arbitrary non-scalar types for distance values in search functions
This includes user-defined types, as well as vector types and strings. This affects dijkstra_search(), astar_search() and bellman_ford_search().
Please register or sign in to comment