i'm looking for admissible heuristics for A Star Algorithm in a road network with the means of transport car, train and plane. The aim is the fastest route (time) between two points. I found the straight line distance, h=0 and the heuristic of searching nearest airport for starting point and end point.
Can you help me find another heuristic?
Thanks