Opened 10 years ago
Last modified 9 years ago
#1953 closed enhancement
Improve the Vehicle Routing implementation — at Version 6
Reported by: | svonolfe | Owned by: | svonolfe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Problems.VehicleRouting | Version: | 3.3.8 |
Keywords: | Cc: |
Description (last modified by svonolfe)
Some issues and feature requests have been discovered in the VRP 3.4 implementation.
svonolfe:
- the distance matrix is reset when starting an algorithm
- some instances of the LiLim benchmark instances are not named correctly
- vehicles are not assigned correctly when a solution includes empty trips
mkommend:
- the view should be improved to show the parameters of the problem
- the design of the instance interpreters could be improved to avoid code duplication
Change History (6)
comment:1 Changed 10 years ago by svonolfe
- Status changed from new to accepted
comment:2 Changed 10 years ago by svonolfe
comment:3 Changed 10 years ago by svonolfe
Fixed naming of the LiLim instances in r8650
comment:4 Changed 10 years ago by svonolfe
Imrpoved VRP problem instance view in r8651
comment:5 Changed 10 years ago by svonolfe
The distance matrix was reset when starting an algorithm the first time (r8652)
comment:6 Changed 10 years ago by svonolfe
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Improved the design of the interpreters so code duplication is avoided in r8649