Fonction A*


La fonction shortest_path_astar est définie de la façon suivante :

CREATE OR REPLACE FUNCTION shortest_path_astar(sql text, source_id integer, target_id integer, directed boolean, has_reverse_cost boolean)
RETURNS SETOF path_result

Les arguments sont :