Changes between Version 29 and Version 30 of BluePrint/VehicleRouting


Ignore:
Timestamp:
12/29/14 18:53:50 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/VehicleRouting

    v29 v30  
    8282This unsolved XML file has the following main attributes:
    8383- Location List (Longitude and Latitude)
    84 - Depot List (With a reference to a Location in the Location List)
     84- Warehouse List (With a reference to a Location in the Location List)
    8585- Vehicle List (Stating the Capacity and the location of the Vehicle)
    8686- Customer List (Stating the Demand of each of the locations)
     
    9191
    9292[[Image(https://raw.githubusercontent.com/wolfshadow18/Vehicle-Routing-Problem/master/Solved%20Example.png)]]
    93  
    9493
    95 To Test the module, please perform the following steps.
     94To Test the module, perform the following steps:
    9695* Download a copy of the module, which is currently being hosted at, https://github.com/wolfshadow18/Vehicle-Routing-Problem/
    9796* Download IntelliJ Idea/ Netbeans. It is recommended to use the former.