Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msallin/msc_tsm_alg_tsp
Framework for implementing algorithms, which aim to solve the travelling salesman problem
https://github.com/msallin/msc_tsm_alg_tsp
algorithms csharp mse tsm tsp
Last synced: 27 days ago
JSON representation
Framework for implementing algorithms, which aim to solve the travelling salesman problem
- Host: GitHub
- URL: https://github.com/msallin/msc_tsm_alg_tsp
- Owner: msallin
- Created: 2019-11-14T13:36:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T13:55:51.000Z (over 3 years ago)
- Last Synced: 2024-10-19T19:53:26.705Z (3 months ago)
- Topics: algorithms, csharp, mse, tsm, tsp
- Language: C#
- Homepage: https://moodle.msengineering.ch
- Size: 331 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TSP Playground
## Introduction
This code provides a framework for implementing algorithms, which aim to solve the travelling salesman problem.
It is supposed to be used in the second part of the module TSM_Alg (MSc in Engineering degree course), teached by Mark Cieliebak.## Contributors
Mark Cieliebak wrote the Java version.
The inital port was created from Riedi Linus ([email protected]).
My contribution was to migrate it from .NET Core 1.0 Preview, to .NET Core 3.1 and apply some minor code cleanups and making it self contained.