This folder contains the source code of the VRPLS module.
It is furnished as part of the master thesis: Local Search for the Vehicle Routing Problem by Charles Thomas and Laurent Smet.

The package "localsearch.domainspecific.vehiclerouting.vrp" contains the original version of the module.
It has not been modified except for the classes "app/CVRPMainModified.java" and "search/IteratedGreedyLocalSearchModified.java" that have been slightly changed in order to use the original module in our test scripts.

The package "thesis" contains our version of the module implemented during this thesis.

For documentation concerning the implementation and usage of this code, see the dissertation.