Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Last modified 6 years ago

#2606 new feature request

Detailed View for VRP Solution

Reported by: pfleck Owned by: pfleck
Priority: medium Milestone: HeuristicLab 4.0
Component: Problems.VehicleRouting.Views Version:
Keywords: Cc:

Description

Currently, the VRP solution view just displays the tours within a graph and prints the a list of stops, e.g.:

1 11 14 8 16 35 
17 38 
12 39 25 26 18 37 20 44 24 29 15 4 40 
...

During evaluation we store detailed information of the tours within the TourInsertionInfo. For instance, departure/arival times and spare capacity for each stop. This information could be shown along the simple tour stop list in an additional tab page.

Attachments (1)

VRP_resultview.patch (57.5 KB) - added by abeham 7 years ago.

Download all attachments as: .zip

Change History (3)

Changed 7 years ago by abeham

comment:1 Changed 7 years ago by abeham

Commit r14677 in the optimization networks branch corresponds to the attached patch.

comment:2 Changed 6 years ago by pfleck

  • Version 3.3.13 deleted
Note: See TracTickets for help on using tickets.