Home
last modified time | relevance | path

Searched refs:recalculate_agg_cost (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pgrouting/pgrouting-3.2.0/include/yen/
H A Dpgr_ksp.hpp137 curr_result_path.recalculate_agg_cost(); in executeYen()
153 path.recalculate_agg_cost(); in getFirstSolution()
/dports/databases/pgrouting/pgrouting-3.2.0/include/cpp_common/
H A DbasePath_SSEC.hpp94 void recalculate_agg_cost();
212 recalculate_agg_cost(); in Path()
/dports/databases/pgrouting/pgrouting-3.2.0/src/common/
H A DbasePath_SSEC.cpp77 void Path::recalculate_agg_cost() { in recalculate_agg_cost() function in Path
166 recalculate_agg_cost(); in appendPath()
/dports/databases/pgrouting/pgrouting-3.2.0/src/dijkstra/
H A DdijkstraVia_driver.cpp79 p.recalculate_agg_cost(); in get_route()
H A Ddijkstra_driver.cpp65 p.recalculate_agg_cost(); in post_process()
/dports/databases/pgrouting/pgrouting-3.2.0/src/bellman_ford/
H A Dbellman_ford_driver.cpp77 p.recalculate_agg_cost(); in pgr_bellman_ford()
/dports/databases/pgrouting/pgrouting-3.2.0/src/withPoints/
H A DwithPoints_driver.cpp78 p.recalculate_agg_cost(); in pgr_dijkstra()
/dports/databases/pgrouting/pgrouting-3.2.0/src/trsp/
H A Dpgr_trspHandler.cpp426 m_path.Path::recalculate_agg_cost(); in process_trsp()