this is a solution for vehicle routing problem with time windows constraints
the project takes inputs from solomon instances in doc/
folder.
the project is based on this github project witch is the version of the problem with vehicles capacity constraints.
to get the project up and running you need to have Java 7 or higher installed on your system.
the project uses the web look and feel so you need to download the jar files of the library and add them to the project build path or you can comment out the line 10 on the Main.java
class to use the default look and feel of swing.
The main window:
The selection of the solomon instance:
the map view:
Solution view:
Comparing the solutions that were generated with different methods: