We are trying to use vrp-cli (v. 1.22) to improve some vrp solutions, but the resulting solutions are often incorrect in capacity constraints.
The problem can be described with this example: the first run
vrp-cli solve pragmatic problem.json -m matrix.json -o solution_1.json
gives correct solution in solution_1.json (max load in tour is equal to the capacity of the vehicle), but the second run
vrp-cli solve pragmatic problem.json -m matrix.json -i solution_1.json -o solution_2.json
gives incorrect solution in solution_2.json (max load in tour is bigger the the capacity of the vehicle).
We have already tried different init-size values, but it didn't help.
The files from example:
example.zip
We are trying to use vrp-cli (v. 1.22) to improve some vrp solutions, but the resulting solutions are often incorrect in capacity constraints.
The problem can be described with this example: the first run
gives correct solution in solution_1.json (max load in tour is equal to the capacity of the vehicle), but the second run
gives incorrect solution in solution_2.json (max load in tour is bigger the the capacity of the vehicle).
We have already tried different init-size values, but it didn't help.
The files from example:
example.zip