Skip to content

Homeworks from Operational Research 2 at University of Padua

Notifications You must be signed in to change notification settings

enricorox/tsp-op2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Homeworks from Operational Research 2 at University of Padua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published