/tsp

Project for Traveling Salesperson Problem

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Build Instructions

  1. You must install CMake.

  2. Download or clone the repository.

  3. Go to the project's root directory and create cmake files.

cmake CMakeLists.txt
  1. Build all files.
make all
  1. Execute tsp program