LICENSE
README.md
pyproject.toml
random_allocation/__init__.py
random_allocation.egg-info/PKG-INFO
random_allocation.egg-info/SOURCES.txt
random_allocation.egg-info/dependency_links.txt
random_allocation.egg-info/requires.txt
random_allocation.egg-info/top_level.txt
random_allocation/comparisons/__init__.py
random_allocation/comparisons/data_handler.py
random_allocation/comparisons/definitions.py
random_allocation/comparisons/experiments.py
random_allocation/comparisons/structs.py
random_allocation/comparisons/utils.py
random_allocation/comparisons/visualization.py
random_allocation/examples/__init__.py
random_allocation/examples/paper_experiments.py
random_allocation/examples/utility_comparison.py
random_allocation/external_sources/Monte_Carlo_external.py
random_allocation/external_sources/__init__.py
random_allocation/external_sources/shuffle_external.py
random_allocation/other_schemes/__init__.py
random_allocation/other_schemes/local.py
random_allocation/other_schemes/poisson.py
random_allocation/other_schemes/shuffle.py
random_allocation/random_allocation_scheme/Monte_Carlo.py
random_allocation/random_allocation_scheme/RDP_DCO.py
random_allocation/random_allocation_scheme/__init__.py
random_allocation/random_allocation_scheme/analytic.py
random_allocation/random_allocation_scheme/combined.py
random_allocation/random_allocation_scheme/decomposition.py
random_allocation/random_allocation_scheme/direct.py
random_allocation/random_allocation_scheme/lower_bound.py
random_allocation/random_allocation_scheme/random_allocation_utils.py
random_allocation/random_allocation_scheme/recursive.py
tests/test_utils.py