Asymmetric folder contains the MMAS_US algorithm for dynamic asymmetric TSP
Symmetric folder contains the MMAS_US algorithm dynamic symmetric TSP

Both folders contain the following classes: 

routeG.cpp and coordG.cpp: implementation of the Unstringing and Stringing (US) operators.

ACODTSP.cpp: implementation of the MMAS algorithms integrated with the (US).


Executable takes four arguments: 
1. TSP problem instance name
2. degree of change
3. frequency of change
4. pheromone evaporation rate

example:
./ACODTSP kroA100.tsp 0.1 10 0.8

