Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle missing distance value from the dictionnary of distance
- gpdp ortools solver works with complete graph, therefore returns path not necessarly fulfilling the original routing problem. However due to recent callback implementation in ortools solver, we need to tackle the missing distance case to avoid exceptions. Therefore we put high cost to missing transition value
- Loading branch information