.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yaml
datasets/EIA.rda
datasets/Tarragona.rda
notebooks/Multivariate.ipynb
notebooks/Np hardness.ipynb
notebooks/PolynomialTimeApproximation.ipynb
notebooks/SpeedComparison.ipynb
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/multivariate_poly.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/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_multivariate_poly.py
tests/test_other_cost.py
tests/test_smwak.py
tests/test_sse_cost.py