Ticket #18 (closed feature request: fixed)
using to_cost values in shooting* algorithm
Reported by: | siarhei | Owned by: | anton |
---|---|---|---|
Priority: | major | Milestone: | Version 1.1 |
Component: | Shooting* | Version: | |
Keywords: | Cc: |
Description
I think that to_cost value can be spent time on passing through the edges. So as to restrictions if to_cost value is positive (as in documentation it can be traffic light ) it can take part in calculating shortest path( with to_cost values added to cost values of edges involved in restriction).
But if to_cost value is negative (-1) then restriction turn must not appear in shortest path result
Change History
Note: See
TracTickets for help on using
tickets.