Ticket #114 (closed bug report: fixed)

Opened 2 years ago

Last modified 7 days ago

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

Changed 2 years ago by anton

  • owner changed from somebody to anton
  • status changed from new to assigned

Changed 2 years ago by anton

  • status changed from assigned to closed
  • resolution set to fixed

Thanks for the report. I changed properties to directedS. Please check.

Changed 7 days ago by vedavyas

Thanks for the report. I changed properties to directedS. Please verify.  Expedia coupon codes

Note: See TracTickets for help on using tickets.