Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.43k stars 3.4k forks source link

Posibility to debug location pairs in matrix generation #7074

Closed urosjarc closed 13 hours ago

urosjarc commented 1 day ago

Our team have found some of the triangle inequalities when generating distance matrixes >2000x2000, and for those cases there should be some method for debuging purposes in order to report more quality issues regarding errors while generating big matrixes. How can we debug such cases?

jcoupey commented 1 day ago

If you mean that there are situations where the triangle inequality does not hold in distance matrices, then that is not a bug if you're not targeting "shortest distance" routes from the routing profile. See #5178.