Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adalfarus/tspbase
Good and robust basis for TSP algorithms
https://github.com/adalfarus/tspbase
tsp tsp-solver tsp-toolkit
Last synced: 23 days ago
JSON representation
Good and robust basis for TSP algorithms
- Host: GitHub
- URL: https://github.com/adalfarus/tspbase
- Owner: adalfarus
- License: lgpl-2.1
- Created: 2024-03-03T07:38:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T17:20:23.000Z (6 months ago)
- Last Synced: 2024-12-03T10:27:17.727Z (about 1 month ago)
- Topics: tsp, tsp-solver, tsp-toolkit
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actively Maintained](https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-green.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
[![License: LGPL-2.1](https://img.shields.io/github/license/Adalfarus/TSPBase)](https://github.com/Adalfarus/nuisco/blob/main/LICENSE)# TSPBase
Good and robust basis for TSP algorithms.## Implementation
For now look into solutions.py to see how to implement an algorithm# Compatibility
[🟢 (Works perfectly); 🟡 (Untested); 🟠(Some Issues); 🔴 (Unusable)]- Windows 🟢 (Works fine but hacky solutions could brick it in the future)
- MacOS 🟡
- Linux [Ubuntu 22.04 LTS] 🔴 (Freezes computer)