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
- Host: GitHub
- URL: https://github.com/gablm/feup_da_project2
- Owner: gablm
- Created: 2024-05-02T15:05:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T01:31:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T10:22:18.122Z (about 1 year ago)
- Topics: approximation, cpp, graph, tsp-problem
- Language: C++
- Homepage:
- Size: 34.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```