Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 607 Bytes

Travelling Salesman (Salesperson) Problem

Homeworks from Operational Research 2 at University of Padua

Requirements

Install IMB CPLEX Optimizer.

How to compile

  1. Set your own CPLEX_HEADERS and CLEX_LIBS_STATIC path on CMakeLists.txt
  2. Run mkdir build && cd build
  3. Run cmake ..
  4. Run make

How to run

Type ./tsp --help to see available parameters.
Mandatory parameters are:

  1. --file <file> specify tsp file path

Data

You can download tsp input files from here.