.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
Np hardness.ipynb
README.md
SpeedComparison.ipynb
pyproject.toml
pyrightconfig.json
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yaml
.vscode/settings.json
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/api/microagg1d.rst
docs/api/modules.rst
src/microagg1d/__init__.py
src/microagg1d/algorithms_educational.py
src/microagg1d/algorithms_linear.py
src/microagg1d/algorithms_old.py
src/microagg1d/algorithms_other.py
src/microagg1d/common.py
src/microagg1d/cost_maxdist.py
src/microagg1d/cost_round.py
src/microagg1d/cost_sae.py
src/microagg1d/cost_sse.py
src/microagg1d/generation.py
src/microagg1d/main.py
src/microagg1d/smawk_iter2.py
src/microagg1d/smawk_old.py
src/microagg1d/user_facing.py
src/microagg1d/utils_for_test.py
src/microagg1d.egg-info/PKG-INFO
src/microagg1d.egg-info/SOURCES.txt
src/microagg1d.egg-info/dependency_links.txt
src/microagg1d.egg-info/not-zip-safe
src/microagg1d.egg-info/requires.txt
src/microagg1d.egg-info/top_level.txt
tests/conftest.py
tests/test_algorithms_maxdist.py
tests/test_algorithms_round.py
tests/test_algorithms_sae.py
tests/test_algorithms_sse.py
tests/test_generation.py
tests/test_main.py
tests/test_other_cost.py
tests/test_smwak.py
tests/test_sse_cost.py