To run this project, you need to first use the following command to compile the project (inside the src directory):
g++ -o main main.cpp InputFile.cpp TSPSolution.cpp VND.cpp GRASP.cpp
After compiling, you need to run the executable passing a file.tsp inside the testCases directory
./main ../testCases/berlin52.tsp
The code response 3 fields:
- the name of the file;
- the distance method;
- the heuristic response