top | item 45472507

(no title)

DennisL123 | 4 months ago

I was referring to variants of Customizable Route Planning. Easiest to implement is likely the partitioner of Sommer et al, and a unidirectional multi-level dijkstra.

discuss

order

n4r9|4 months ago

Ah, I guess you mean this paper then: https://www.microsoft.com/en-us/research/wp-content/uploads/...

There are many similarities between this approach and customisable contraction hierarchies. The latter allows a particularly elegant query-time algorithm involving only a couple of linear sweeps, I suspect even in the many-many scenario.

DennisL123|4 months ago

Yep, that’s the one. There are a number of follow-up papers that engineer individual aspects of the implementation.