#2733 closed enhancement (duplicate)
Improve solution analysis of VRP solutions
Reported by: | abeham | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Problems.VehicleRouting.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description
Currently, only the tours are output graphically and as text. Additional details such as which vehicle is assigned with tour, distance, tardiness, overload, etc. should be output as text to analyze these solutions in more detail.
Attachments (1)
Change History (5)
Changed 8 years ago by abeham
comment:1 Changed 8 years ago by abeham
comment:2 Changed 8 years ago by pfleck
Related to #2606
comment:3 Changed 8 years ago by abeham
- Resolution set to duplicate
- Status changed from new to closed
comment:4 Changed 8 years ago by abeham
- Milestone HeuristicLab 3.3.15 deleted
Note: See
TracTickets for help on using
tickets.
Commit r14677 in the optimization networks branch corresponds to the attached patch.