An open API service indexing awesome lists of open source software.

https://github.com/gablm/feup_da_project2

A project about heuristics for the Travelling Salesman Problem
https://github.com/gablm/feup_da_project2

approximation cpp graph tsp-problem

Last synced: 7 months ago
JSON representation

A project about heuristics for the Travelling Salesman Problem

Awesome Lists containing this project

README

          

# DA Project 2
> Routing Algorithm for Ocean Shipping and Urban Deliveries

### Requirements
- CMAKE
- Windows or Linux

### How to run
1. Create and/or go to the build folder
```
2. mkdir build && cd build
```
3. Initialize cmake and create make file
```
cmake ..
```
4. Compile the program
```
make
```
5. Execute the program
```
feup_da_project2.exe
```