Some thoughts about "alternative routes"

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Some thoughts about "alternative routes"

Post by Bernd Welter »

These days a partner asked me for the meaning of alternative routes. I just want to share some thoughts with you - feel free to think yourself through the topic and get back to me if you have questions.
Built in alternative routes
Built in alternative routes
So basically "alternatives" are required for different purposes:
  • A user wants to compare different approaches based on different input settings
  • illusion of choice ;-) you want to enable a user to pick something by himself based on whatever criteria applies
For the first approach you could e.g. compute three "alternatives" based on three times different setttings for
  • 3 vehicle profiles
    • small / medium / large truck
    • truck uses ferries without special handling / truck avoids ferries / truck does not use ferries at all
  • 3 times of departure
  • 3 tarrifs for "price per kilometer"
  • or any other variability
Each one of these triplets produces KPIs that the user would use for a decision. This is an easy way to get the alternatives and the meaning of the alternatives is given by the user. It requires three individual routing calls and it works both with ABSTRACT and MONETARY cost optimized routing.

Besides these approaches the ABSTRACT approach also offers a built-in mechanism for "alternative routing". As you may know the abstract approach computes the "price" of a segment based on a virtual tarrif scheme which is influenced by many (often quite confusing) malus values and the "optimal route" is the route that minimizes the abstract costs.
Now computing alternatives based on ABSTRACT simply means to proceed as follows:
  • Compute the base route aka zero alternative
  • then increase the price for all segments of the zero route and calculate the first alternative
  • then increase the price for the 1st alternatives segments, too - and so on.
:!: We support this approach with a built-in calculation triggered by ResultFields.AlternativeRoutes and instead of several individual routing transactions a single call is sufficient. The route response will then return the zero route with all it's KPIs and toll and segment lists (both if needed).
:!: And for all the AlternativeRoute computed under the roof we simply return the driving time, distance, polygon and the binary path which can be used to quickly recalculate the complete route object for an alternative if needed. Check the PathWaypoint! This approach works only with pure A:B routing with 2 stops. As it is based on "abstract" costs (which are no longer returned in the xRoute2) it is often difficult for the user to understand the meaning of such alternatives.

If you want more info - get back to me.

Best regards,
Bernd
Attachments
Alternative Starting time
Alternative Starting time
Alternative distanceTimeWeight
Alternative distanceTimeWeight
The tarrifs per varied costs per working hour
The tarrifs per varied costs per working hour
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply