All Projects → rhgrant10 → tsplib95

rhgrant10 / tsplib95

Licence: other
Library for working with TSPLIB files.

Programming Languages

python
139335 projects - #7 most used programming language
fortran
972 projects
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to tsplib95

tsp-essay
A fun study of some heuristics for the Travelling Salesman Problem.
Stars: ✭ 15 (-68.75%)
Mutual labels:  tsp, traveling-salesman-problem
Friends-Recommender-In-Social-Network
Friends Recommendation and Link Prediction in Social Netowork
Stars: ✭ 33 (-31.25%)
Mutual labels:  networkx, networkx-graph
TravelingSalesmanHeuristics.jl
Julia package for simple traveling salesman problem heuristics
Stars: ✭ 46 (-4.17%)
Mutual labels:  tsp, traveling-salesman-problem
Social-Network-Analysis-in-Python
Social Network Facebook Analysis (Python, Networkx)
Stars: ✭ 26 (-45.83%)
Mutual labels:  networkx, networkx-graph
VeRyPy
A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.
Stars: ✭ 166 (+245.83%)
Mutual labels:  tsp, traveling-salesman-problem
mojang
A wrapper for the Mojang API and Minecraft website
Stars: ✭ 19 (-60.42%)
Mutual labels:  pypi
duckpy
A simple Python library for searching on DuckDuckGo.
Stars: ✭ 20 (-58.33%)
Mutual labels:  pypi
Pyaiodl
A python Asynchronous Downloader - Pyaiodl
Stars: ✭ 40 (-16.67%)
Mutual labels:  pypi
feupy
The sigarra scraping library no one asked for
Stars: ✭ 13 (-72.92%)
Mutual labels:  pypi
Flask-Validator
Validator for SQLAlchemy Models
Stars: ✭ 27 (-43.75%)
Mutual labels:  pypi
coord-sim
Lightweight flow-level simulator for inter-node network and service coordination (e.g., in cloud/edge computing or NFV).
Stars: ✭ 33 (-31.25%)
Mutual labels:  networkx
pycayennelpp
A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python
Stars: ✭ 17 (-64.58%)
Mutual labels:  pypi
publishing-python-packages
Examples and exercises for Publishing Python Packages from Manning Books 🐍 📦 ⬆️
Stars: ✭ 25 (-47.92%)
Mutual labels:  pypi
xyz2graph
Convert an xyz file into a molecular graph and create a 3D visualisation of the graph.
Stars: ✭ 36 (-25%)
Mutual labels:  networkx
aiotinydb
asyncio compatibility shim for tinydb
Stars: ✭ 42 (-12.5%)
Mutual labels:  pypi
python-package-template
Easy to use template for great PyPi packages
Stars: ✭ 19 (-60.42%)
Mutual labels:  pypi
poetry-version-plugin
Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag.
Stars: ✭ 253 (+427.08%)
Mutual labels:  pypi
thanker
Don't be a wanker, be a thanker! Automatically give thanks to Pypi packages you use in your project.
Stars: ✭ 25 (-47.92%)
Mutual labels:  pypi
generate-word-cloud.py
🐍 A simple Python (2 or 3) script to generate a PNG word-cloud ☁️ image from a bunch of 📂 text files 🎉. Based on word_cloud by @amueller.
Stars: ✭ 19 (-60.42%)
Mutual labels:  pypi
django-materializecss-form
Materializecss for Django Form
Stars: ✭ 83 (+72.92%)
Mutual labels:  pypi

TSPLIB 95

Available on PyPI Continuous Integration Code Coverage Documentation Status

TSPLIB 95 is a library for working with TSPLIB 95 files.

Features

  • read and write TSPLIB95 file format like a boss
  • easily convert problems into networkx.Graph instances
  • supports all fields in the original standard
  • allows completely custom field and problem declarations

It also has a CLI program to print a tabular summary of one or more TSPLIB95 files... no idea why anyone would want that, but there you have it nonetheless.

Credits

See TSPLIB for original details, including file format specification, C++ code, and sample problems.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].