.gitignore
.mypy.ini
.pylintrc
Dockerfile
LICENSE
README.md
mkdocs.yml
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/api.md
docs/index.md
docs/installation.md
scripts/README.md
scripts/from_urbanair.py
scripts/requirements.txt
tests/conftest.py
tests/test_base_tsp.py
tests/test_complete.py
tests/test_metric.py
tests/test_profits_problem.py
tests/test_sparsity.py
tests/test_types.py
tests/test_utils.py
tests/test_walk.py
tests/test_converter/conftest.py
tests/test_converter/test_asymmetric_converter.py
tests/test_converter/test_split_converter.py
tests/test_converter/test_undirected_converter.py
tspwplib/__init__.py
tspwplib/complete.py
tspwplib/converter.py
tspwplib/exception.py
tspwplib/metric.py
tspwplib/problem.py
tspwplib/sparse.py
tspwplib/tsplib95.py
tspwplib/types.py
tspwplib/utils.py
tspwplib/walk.py
tspwplib.egg-info/PKG-INFO
tspwplib.egg-info/SOURCES.txt
tspwplib.egg-info/dependency_links.txt
tspwplib.egg-info/requires.txt
tspwplib.egg-info/top_level.txt