Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 3.46 KB

File metadata and controls

45 lines (40 loc) · 3.46 KB

Operations-Research-2

Algorithms of integer linear programming applied to TSP problem

Report about used techniques

All the previous implemented algorithms and the used CPLEX functions are explained in the report. In the same file you can find also the explanation of tsp instances format in TSPlib dataset, used in training and test phases. In the report, there is also the explanation of Gnuplot tool, used to show results of algorithm and python programs used to keep input instances and generate performance profile of several algorithms.

Documentation

If you want to compile the documentation, you need to type on terminal:

cd TSP\TSP
doxygen Doxyfile

If you don't have doxygen program, you can install it following this link.

Authors

The project was developed by CristiFab and RaffaDNDM.