.gitignore
LICENSE.md
README.md
REQUIREMENTS.md
Taskfile.yaml
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yaml
.github/workflows/integrate.yaml
.github/workflows/publish.yaml
pycosep/__init__.py
pycosep/community_separability.py
pycosep/concorde_settings.py
pycosep/separability_variants.py
pycosep.egg-info/PKG-INFO
pycosep.egg-info/SOURCES.txt
pycosep.egg-info/dependency_links.txt
pycosep.egg-info/requires.txt
pycosep.egg-info/top_level.txt
tests/__init__.py
tests/test_concorde_settings.py
tests/test_cps_community_separability.py
tests/test_data.py
tests/test_ldps_community_separability.py
tests/test_tsps_community_separability.py