Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.