Ashar Fatmi

Results 14 comments of Ashar Fatmi

Hi Yorak, Thank you for the prompt response, I really appreciate it. Just a few queries before I dive into this:- - The distance matrix has to be the onRoad...

Hi, Thanks for the prompt and detailed info, I will implement this and get back to you.

Hi, Thanks for the insight it is very helpful. Although Bus overloading is what I am trying to remove so I don't think this is applicable to my case. If...

I am not fixated on using the Gillet & Miller I would be happy to try the LR3OPT if it gives better results although running out of Vehicles is a...

Hi, I passed the exact response that came from the OSRM. ``` full_distance_matrix = [ [ 0, 7562.1, 23971.5 ], [ 7545.1, 0, 18324.4 ], [ 12008.1, 17728.9, 0 ]...

Hi, So I ran the Gillet & Miller on a dummy (test) data, basically, one school with 2 stops having 4 and 5 students respectively. ``` School Loc = [24.419954,...

I will try using the maximum route duration/length constraint L and check if it works for my case. With respect to modeling based per delivery travel time constraints (that is,...

Regarding using the L constraint, I didn't find any documentation hinting at values that L can take on. Can you help me with the format of how to pass the...

Hi, I ran the Gillet and Miller for my dataset. PC config:- ``` CPU - Intel Core i7 - 8 cores RAM- 32 GB OS - Ubuntu 18.04 ``` Copy...

Hi, Regarding the L constraint. My distance matrix is calculated in meters. Assuming that I am implementing L without the stopping times, I want to restrict the created routes to...