reinterpretcat / vrp

A Vehicle Routing Problem solver
https://reinterpretcat.github.io/vrp/
Apache License 2.0
368 stars 71 forks source link

Infeasible solution #138

Open Gorniker opened 1 year ago

Gorniker commented 1 year ago

Hello. We are using vrp-cli (1.22.1) to improve given initial vrp solutions. Vrp-cli returns infeasible (on time violation) solution on the test case. Solution.json duration in statistics is longer than the vehicle shift duration. vrp-cli solve pragmatic problem.json -m matrix.json -o solution.json -I initial.json But it returns correct solution (same as initial.json) if initial solution is not set. vrp-cli solve pragmatic problem.json -m matrix.json -o correct_solution.json example.zip