Changes between Version 1 and Version 2 of BluePrint/VehicleRouting


Ignore:
Timestamp:
11/03/14 12:44:53 (10 years ago)
Author:
hemmecke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/VehicleRouting

    v1 v2  
    5656<List of goals for your implementations which you (include your name/github repo/IRC handle) are currently working on>
    5757
     58Base case:
     59
     60Known/Given:
     61- a transportation network with known status of availability
     62- a set of suppliers, having a fleet of vehicles of given capacities, and a warehouse of goods
     63- a set of demands (who, what, when)
     64
     65Assumptions:
     66- sufficient vehicles
     67- sufficient drivers
     68- sufficient fuel
     69- vehicles transport all the fuel they need for transport
     70
     71Goal:
     72- satisfy all demands within their time windows
     73- minimize total distance (assume for the moment that this also minimizes delivery time)
    5874== Future Extensions ==
    5975<List of features which could be included, but are outside of the scope of this extension>