LICENSE.md
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
src/gridvoting_jax/__init__.py
src/gridvoting_jax/core.py
src/gridvoting_jax/datasets.py
src/gridvoting_jax/py.typed
src/gridvoting_jax/spatial.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/osf_comparison.py
src/gridvoting_jax/benchmarks/performance.py
src/gridvoting_jax/dynamics/__init__.py
src/gridvoting_jax/dynamics/markov.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
tests/test_benchmarks.py
tests/test_bjm_budget_osf.py
tests/test_budget_voting.py
tests/test_float64.py
tests/test_gridvoting_condorcet_cycle.py
tests/test_gridvoting_doublecycle.py
tests/test_gridvoting_grid.py
tests/test_gridvoting_jax.py
tests/test_gridvoting_replication.py
tests/test_gridvoting_topcycle.py
tests/test_plott_examples.py
tests/test_shapes.py
tests/test_solvers.py