Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/czaki/tsp_spanning

Traveling Salesman heuristic with spanning tree
https://github.com/czaki/tsp_spanning

python3 tsp-solver

Last synced: 3 months ago
JSON representation

Traveling Salesman heuristic with spanning tree

Awesome Lists containing this project

README

        

tsp_spanning
============
.. image:: https://readthedocs.org/projects/tsp-spanning/badge/?version=latest
:target: https://tsp-spanning.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://dev.azure.com/bokota/tsp%20spanning/_apis/build/status/Czaki.tsp_spanning?branchName=master
:target: https://dev.azure.com/bokota/tsp%20spanning/_build/latest?definitionId=1&branchName=master
:alt: Build Status

.. image:: https://badge.fury.io/py/tsp-spanning.svg
:target: https://badge.fury.io/py/tsp-spanning
:alt: PyPI version

tsp_spanning is package which implements Traveling
Salesman Problem with spanning tree heuristic.

For performance reason algorithm is inplemented in C

instalation
-----------

.. code:: bash

pip install tsp-spanning

@copyright
Code created by Grzegorz Bokota, Iwona Kotlarska, Jakub Bartmiński