Homeworks from Operational Research 2 at University of Padua
Install IMB CPLEX Optimizer.
- Set your own
CPLEX_HEADERS
andCLEX_LIBS_STATIC
path onCMakeLists.txt
- Run
mkdir build && cd build
- Run
cmake ..
- Run
make
Type ./tsp --help
to see available parameters.
Mandatory parameters are:
--file <file>
specify tsp file path
You can download tsp input files from here.