Ticket #114 (closed bug report: fixed)
driving_distance ignores directed parameter
Reported by: | stefan | Owned by: | anton |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | DrivingDistance | Version: | |
Keywords: | Cc: |
Description
hi,
the driving_distance() function does not work correctly if called with the options directed = true, and has_reverse_cost = true, where as the shortest_path() function works correctly called with the same options
to me the reason seems to be, that in boost_drivedist.cpp a typedef adjacency_list < listS, vecS, *undirectedS*, Vertex, Edge > graph_t; is created whereas in boost_wrapper.cpp a typedef adjacency_list < listS, vecS, *directedS*, no_property, Vertex> graph_t; is created.
stefan
Change History
Note: See
TracTickets for help on using
tickets.