.gitignore
.pre-commit-config.yaml
CMakeLists.txt
LICENSE
README.md
noxfile.py
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/conda.yml
.github/workflows/pip.yml
.github/workflows/wheels.yml
conda.recipe/meta.yaml
docs/Makefile
docs/conf.py
docs/fast_tsp.rst
docs/index.rst
docs/make.bat
src/main.cpp
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