Home
last modified time | relevance | path

Searched refs:ComputeLevelGraph (Results 1 – 2 of 2) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/partitioner/
H A Ddinic_max_flow.hpp60 LevelGraph ComputeLevelGraph(const BisectionGraphView &view,
/dports/www/osrm-backend/osrm-backend-5.26.0/src/partitioner/
H A Ddinic_max_flow.cpp72 auto levels = ComputeLevelGraph(view, border_source_nodes, source_nodes, sink_nodes, flow); in operator ()()
116 DinicMaxFlow::ComputeLevelGraph(const BisectionGraphView &view, in ComputeLevelGraph() function in osrm::partitioner::DinicMaxFlow