13 Jun
2007
13 Jun
'07
2:51 p.m.
I have a number of questions RE the astar-cities example.
Why is the distance_heuristic class needed. Is it used to find the
weight for a test vertex to the goal vertex? I put a breakpoint in
distance_heuristic::operator() and it never gets called. Is it ever
used?
astar_search
(...
distance_heuristic