Skip to content

max_travel_time parameter has no effect on optimization #884

@fsty

Description

@fsty

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions