pgrouting
pgrouting copied to clipboard
Implement KSP on top of TRSP
Turn restrictions are only supported in pgr_trsp, it would be nice to be able to do pgr_kdijkstra, pgr_ksp, etc using trun restriction. A nice enhancement would be to implement these algorithm on top of the TRSP code or to add turn restriction support to these other algorithms.
We have now the
- https://docs.pgrouting.org/latest/en/pgr_withPointsKSP.html
Maybe implelent in the future:
- pgr_trspKSP
- pgr_trsp_withPointsKSP