LICENSE.md
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
src/gridvoting_jax/__init__.py
src/gridvoting_jax/datasets.py
src/gridvoting_jax/geometry.py
src/gridvoting_jax/py.typed
src/gridvoting_jax/symmetry.py
src/gridvoting_jax.egg-info/PKG-INFO
src/gridvoting_jax.egg-info/SOURCES.txt
src/gridvoting_jax.egg-info/dependency_links.txt
src/gridvoting_jax.egg-info/requires.txt
src/gridvoting_jax.egg-info/top_level.txt
src/gridvoting_jax/benchmarks/__init__.py
src/gridvoting_jax/benchmarks/bjm_comparison.py
src/gridvoting_jax/core/__init__.py
src/gridvoting_jax/core/config.py
src/gridvoting_jax/core/constants.py
src/gridvoting_jax/models/__init__.py
src/gridvoting_jax/models/base.py
src/gridvoting_jax/models/budget.py
src/gridvoting_jax/models/budget_voting_draft.py
src/gridvoting_jax/models/spatial.py
src/gridvoting_jax/models/examples/__init__.py
src/gridvoting_jax/models/examples/bjm_budget.py
src/gridvoting_jax/models/examples/bjm_spatial.py
src/gridvoting_jax/models/examples/condorcet.py
src/gridvoting_jax/models/examples/plott_theorem.py
src/gridvoting_jax/models/examples/shapes/__init__.py
src/gridvoting_jax/models/examples/shapes/ring.py
src/gridvoting_jax/models/examples/shapes/triangle.py
src/gridvoting_jax/stochastic/__init__.py
src/gridvoting_jax/stochastic/lazy_q.py
src/gridvoting_jax/stochastic/lazy_stochastic.py
src/gridvoting_jax/stochastic/lazy_weighted_stochastic.py
src/gridvoting_jax/stochastic/markov.py
src/gridvoting_jax/stochastic/utils.py
tests/test_core_float64.py
tests/test_geometry_grid.py
tests/test_geometry_polargrid.py
tests/test_geometry_symmetry.py
tests/test_integrated_lazy_equivalence.py
tests/test_integrated_lump_bjm_g20.py
tests/test_integrated_topcycle.py
tests/test_markov_double_cycle.py
tests/test_models_base_pareto.py
tests/test_models_examples_bjm_g20_replication.py
tests/test_models_examples_budget.py
tests/test_models_examples_condorcet.py
tests/test_models_examples_plott.py
tests/test_models_examples_shapes.py
tests/test_models_spatial_outline_solvers.py
tests/test_stochastic_lazy.py
tests/test_stochastic_markov_lump.py
tests/test_stochastic_utils.py
tests/test_stochastic_utils_normalize_if_needed.py
tests/test_symmetry.py
tests/test_utils.py
tests/test_zi_mi_matrix_properties.py