You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: