LICENSE
README.md
pyproject.toml
src/optalgotools/__init__.py
src/optalgotools/routing.py
src/optalgotools/structures.py
src/optalgotools/utilities.py
src/optalgotools.egg-info/PKG-INFO
src/optalgotools.egg-info/SOURCES.txt
src/optalgotools.egg-info/dependency_links.txt
src/optalgotools.egg-info/top_level.txt
src/optalgotools/algorithms/__init__.py
src/optalgotools/algorithms/_sa.py
src/optalgotools/algorithms/_ts.py
src/optalgotools/algorithms/graph_search.py
src/optalgotools/problems/__init__.py
src/optalgotools/problems/__problem_base.py
src/optalgotools/problems/albp.py
src/optalgotools/problems/sheets.py
src/optalgotools/problems/sudoku.py
src/optalgotools/problems/tsp.py