Opened 12 years ago
Last modified 6 years ago
#1955 assigned feature request
Create addon for dynamic vehicle routing
Reported by: | svonolfe | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | ### Undefined ### | Version: | branch |
Keywords: | Cc: |
Description
An addon should be released for HeuristicLab that supports dynamic vehicle routing.
Change History (15)
comment:1 Changed 12 years ago by svonolfe
- Cc abeham added
- Status changed from new to accepted
comment:2 Changed 12 years ago by svonolfe
comment:3 Changed 12 years ago by svonolfe
Removed operators that will not be included in the first version of the addon in r8671
comment:4 Changed 12 years ago by abeham
- Unversioned Plugin.cs and put on ignore list
- Renamed AssemblyInfo.frame to AssemblyInfo.cs.frame
- Fixed references and hint paths
- Corrected output path for all platforms
- Removed reference to System.Data.SQLite
comment:5 Changed 12 years ago by abeham
- Added disposing of StreamReader to prevent file locking after parsing
- Fixed regular expression pattern to match double values (hacky)
comment:6 Changed 12 years ago by abeham
- Added priority dispatching (random strategy)
- Fixed vehicle's current order
comment:7 Changed 12 years ago by abeham
r8760:8761: Updated priority rule
comment:8 Changed 12 years ago by svonolfe
comment:9 Changed 12 years ago by svonolfe
comment:10 Changed 12 years ago by svonolfe
Added earliest due time and nearest destination dispatching in r8813
comment:11 Changed 12 years ago by svonolfe
Improved best insertion heuristic in r8815
comment:12 Changed 12 years ago by svonolfe
Adapted the parser to read the distance matrix in r8839
comment:13 Changed 11 years ago by gkronber
- Owner changed from svonolfe to abeham
- Status changed from accepted to assigned
comment:14 Changed 7 years ago by jkarder
- Cc abeham removed
HL architects: this branch should be renamed
comment:15 Changed 6 years ago by abeham
r16099: renamed branch
Note: See
TracTickets for help on using
tickets.
Added first version of the dynamic vehicle routing addon in r8670