.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
LICENSE.txt
README.md
environment.yml
mypy.ini
note.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.bak
.github/workflows/jekyll-gh-pages.yml
.github/workflows/multi-platforms.yml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
experiments/plot_node_colormap.ipynb
experiments/plot_node_colormap.py
requirements/README.md
requirements/default.txt
requirements/doc.txt
requirements/test.txt
src/digraphx/__init__.py
src/digraphx/max_cycle_ratio.tpy
src/digraphx/min_cycle_ratio.py
src/digraphx/min_parmetric_q.py
src/digraphx/neg_cycle.py
src/digraphx/neg_cycle_q.py
src/digraphx/parametric.py
src/digraphx/skeleton.py
src/digraphx/tiny_digraph.py
src/digraphx.egg-info/PKG-INFO
src/digraphx.egg-info/SOURCES.txt
src/digraphx.egg-info/dependency_links.txt
src/digraphx.egg-info/not-zip-safe
src/digraphx.egg-info/requires.txt
src/digraphx.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cycle_ratio.py
tests/test_neg_cycle.py
tests/test_neg_cycle_q.py
tests/test_skeleton.py
tests/travis_install.sh