Summary statement of problem
Our program is about 'Package Delivery'. Our program must have map to make locations that connected by many streets for truck to deliver all of package. Moreover locations may have many streets to connect with each other. (For example Siam Paragon connect to MBK by sukumvit and sathorn road). Users will be a truck that receive all package from customers and send all packages to the other locations by selecting a way to deliver all packages.
(For selecting a way that mean user will select the location to another location
and another location to another location to deliver the package to location that customer want).
Our programs have many ways for each place to deliver the objects.
Users can choose the way that they want to complete deliver all packages. When they finish delivery package the truck will return to the starting point for start again and find the other way to go and print all route that truck visit. Finally we have to find the shortest way to send it by calculate the distance from each way that they choose.