Hello!
I am using the following input data for the optimization with vroom v1.13.0
{ "vehicles":[ { "id":0, "start_index":0, "end_index":3, "max_travel_time":100, "profil":"car", "costs":{ "fixed":0, "per_hour":600000 } } ], "jobs":[ { "id":1414, "location_index":1 }, { "id":1515, "location_index":2 } ], "matrices":{ "car":{ "durations":[ [ 0, 21040, 1970, 12990 ], [ 21030, 0, 22550, 31520 ], [ 1970, 22560, 0, 11020 ], [ 12990, 31530, 11020, 0 ] ] } } }
However, I noticed that the max_travel_time constraint for the vehicle is not being taken into account in the result
Hello!
I am using the following input data for the optimization with vroom v1.13.0
{ "vehicles":[ { "id":0, "start_index":0, "end_index":3, "max_travel_time":100, "profil":"car", "costs":{ "fixed":0, "per_hour":600000 } } ], "jobs":[ { "id":1414, "location_index":1 }, { "id":1515, "location_index":2 } ], "matrices":{ "car":{ "durations":[ [ 0, 21040, 1970, 12990 ], [ 21030, 0, 22550, 31520 ], [ 1970, 22560, 0, 11020 ], [ 12990, 31530, 11020, 0 ] ] } } }However, I noticed that the
max_travel_timeconstraint for the vehicle is not being taken into account in the result