.gitignore
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
docs/Makefile
docs/source/conf.py
docs/source/edsger.rst
docs/source/index.rst
scripts/dijkstra_dimacs.py
src/edsger/__init__.py
src/edsger/_version.py
src/edsger/commons.c
src/edsger/commons.pxd
src/edsger/commons.pyx
src/edsger/dijkstra.c
src/edsger/dijkstra.pyx
src/edsger/networks.py
src/edsger/path.py
src/edsger/path_tracking.c
src/edsger/path_tracking.pyx
src/edsger/pq_4ary_dec_0b.c
src/edsger/pq_4ary_dec_0b.pxd
src/edsger/pq_4ary_dec_0b.pyx
src/edsger/spiess_florian.c
src/edsger/spiess_florian.pyx
src/edsger/star.c
src/edsger/star.pyx
src/edsger/utils.py
src/edsger.egg-info/PKG-INFO
src/edsger.egg-info/SOURCES.txt
src/edsger.egg-info/dependency_links.txt
src/edsger.egg-info/not-zip-safe
src/edsger.egg-info/requires.txt
src/edsger.egg-info/top_level.txt
tests/test_dijkstra.py
tests/test_path.py
tests/test_path_tracking.py
tests/test_pq_4ary_dec_0b.py
tests/test_spiess_florian.py