.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AGENTS.md
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
GEMINI.md
IFLOW.md
LICENSE
LICENSE.txt
README.md
coverage.json
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
.vscode/settings.json
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/min_cycle_ratio.py
src/digraphx/min_parametric_q.py
src/digraphx/neg_cycle.py
src/digraphx/neg_cycle_q.py
src/digraphx/parametric.py
src/digraphx/py.typed
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_delay_padding_example_howard.py
tests/test_edge_cases.py
tests/test_howard_cycle_cancellation.py
tests/test_min_cycle_ratio_property.py
tests/test_min_parametric_q.py
tests/test_neg_cycle.py
tests/test_neg_cycle_q.py
tests/test_neg_cycle_q_simple_timing.py
tests/test_neg_cycle_simple_timing.py
tests/test_parametric.py
tests/test_stress.py
tests/test_timing_example.py
tests/test_timing_example_howard.py
tests/test_tiny_digraph.py
tests/test_tiny_digraph_property.py