.gitignore
LICENSE.txt
README.md
pyproject.toml
requirements.txt
.github/workflows/pypi-publish.yml
.github/workflows/python-tests.yml
.github/workflows/test-pypi-publish.yml
src/mapof/allocations/__init__.py
src/mapof/allocations/essentials.py
src/mapof/allocations/core/__init__.py
src/mapof/allocations/core/alloctask.py
src/mapof/allocations/core/alloctasklibrarian.py
src/mapof/allocations/core/experiment.py
src/mapof/allocations/core/logs.py
src/mapof/allocations/core/pot.py
src/mapof/allocations/cultures/approval_dirichlet.py
src/mapof/allocations/cultures/basic_cultures.py
src/mapof/allocations/cultures/converter.py
src/mapof/allocations/cultures/euclidean.py
src/mapof/allocations/cultures/misc.py
src/mapof/allocations/cultures/paths.py
src/mapof/allocations/cultures/tools.py
src/mapof/allocations/features/basic_features.py
src/mapof/allocations/features/or_tools_features/envy_features.py
src/mapof/allocations/features/or_tools_features/feature_data.py
src/mapof/allocations/features/or_tools_features/helpers.py
src/mapof/allocations/features/or_tools_features/maximin_feature.py
src/mapof/allocations/features/or_tools_features/nash_welfare_feature.py
src/mapof/allocations/features/or_tools_features/prop_share.py
src/mapof/allocations/features/or_tools_features/social_welfare_feature.py
src/mapof/allocations/features/or_tools_features/wrapper.py
src/mapof/allocations/metrics/__init__.py
src/mapof/allocations/metrics/abs_soc_dist.py
src/mapof/allocations/metrics/fastdist.py
src/mapof/allocations/metrics/features_singles_dist.py
src/mapof/allocations/metrics/idealdist.py
src/mapof/allocations/metrics/rrobin.py
src/mapof/allocations/metrics/surveying.py
src/mapof_allocations.egg-info/PKG-INFO
src/mapof_allocations.egg-info/SOURCES.txt
src/mapof_allocations.egg-info/dependency_links.txt
src/mapof_allocations.egg-info/requires.txt
src/mapof_allocations.egg-info/top_level.txt
tests/func/mapof/allocations/cultures_test.py
tests/func/mapof/allocations/core/alloctask_test.py