Changes between Version 13 and Version 14 of BluePrint/VehicleRouting
- Timestamp:
- 11/04/14 06:18:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v13 v14 89 89 90 90 == Planned Implementation == 91 <List of goals for your implementations which you (include your name/github repo/IRC handle) are currently working on>92 91 93 Base case: 92 ''' Known/Given ''' 94 93 95 Known/Given: 96 - a transportation network with known status of availability 97 - a set of suppliers, having a fleet of vehicles of given capacities, and a warehouse of goods 98 - a set of demands (who, what, when) 94 - A transportation network 95 - A single supplier, having a fleet of vehicles of given capacities, and a warehouse of goods 96 - A set of demands (who, what, when) 99 97 100 Assumptions:101 - sufficient vehicles102 - sufficient drivers103 - sufficient fuel104 - vehicles transport all the fuel they need for transport105 98 106 Goal: 107 - satisfy all demands within their time windows 108 - minimize total distance (assume for the moment that this also minimizes delivery time) 99 ''' Assumptions ''' 100 101 - All routes in the transportation network, are accessible 102 - Sufficient vehicles 103 - Sufficient drivers 104 - Sufficient fuel 105 - Vehicles transport all the fuel they need for transport 106 - Minimizing total distance also minimizes delivery time 107 108 109 ''' Goal ''' 110 111 - Satisfy all demands within their time windows 112 - Minimize total distance 109 113 == Future Extensions == 110 114 <List of features which could be included, but are outside of the scope of this extension>