.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CMakeLists.txt
LICENSE
README.md
mypy.ini
noxfile.py
pyproject.toml
requirements.txt
setup.py
.github/dependabot.yml
.github/workflows/conda.yml
.github/workflows/pip.yml
.github/workflows/wheels.yml
conda.recipe/meta.yaml
docs/Makefile
docs/about.rst
docs/comparisons.rst
docs/conf.py
docs/fast_tsp.rst
docs/index.rst
docs/make.bat
docs/usage.rst
src/main.cpp
src/py.typed
src/tsp.h
src/fast_tsp/__init__.py
src/fast_tsp.egg-info/PKG-INFO
src/fast_tsp.egg-info/SOURCES.txt
src/fast_tsp.egg-info/dependency_links.txt
src/fast_tsp.egg-info/requires.txt
src/fast_tsp.egg-info/top_level.txt
tests/test_basic.py