This software enables efficient delivery planning by considering cargo weights, vehicle capacities, and time constraints for each customer.

Another great thing about this program was that it could handle multiple vehicles, which was crucial for me, as I often need to serve several customers simultaneously. The program also provided me with a route plan for each vehicle based on various criteria like vehicle capacity, weight, speed, and time requirements for visiting the chosen locations, and it took into account the total ton-kilometrage for all vehicles.
To use the program, I first needed to define points or locations in my area, such as cities or countries, and specify the distances between them, keeping in mind the differences between the distances for unilateral streets, detours, etc. This step was required just once.
To plan routes, I simply selected the locations of my customers and chose the number of vehicles required to serve them. For each customer location, I provided some additional information like the weight of the cargo delivered to that point, the delay at that location for unloading, and the preferred time window for delivering the package. I also specified the vehicle capacity, average speed, and weight.
Once I input all the required data, the program took over and did the heavy lifting. It defined the shortest paths between all the given points, optimized the ton-kilometrage using a genetic algorithm, and provided me with results that I could copy to a text file.
Overall, I would highly recommend this program to anyone who needs to manage deliveries for their business, as it made the entire process much more efficient and effective.
Version 1.5.0.2: Enhancements
Version 1.5.0.1: Enhancements
Version 1.4.0.1: .Net version 4.0
Version 1.3.0.1: Vehicle number optimization.
Version 1.2.0.1: Solved problems on windows 64bit.
Version 1.2.0.0: Improved time handling,export/import task from external files.
Version 1.1.0.0: Bug fixes and enhancements
Version 1.0.1.5: Algorithm changes
Version 1.0.1.4: Bug fixes and algorithm enhancements
Version 1.0.1.3: Algorithm enhancements