LICENSE
README.md
pyproject.toml
src/tucoopy/__init__.py
src/tucoopy.egg-info/PKG-INFO
src/tucoopy.egg-info/SOURCES.txt
src/tucoopy.egg-info/dependency_links.txt
src/tucoopy.egg-info/requires.txt
src/tucoopy.egg-info/top_level.txt
src/tucoopy/backends/__init__.py
src/tucoopy/backends/fallback.py
src/tucoopy/backends/lp.py
src/tucoopy/backends/lp_scipy.py
src/tucoopy/backends/numpy_fast.py
src/tucoopy/backends/optional_deps.py
src/tucoopy/base/__init__.py
src/tucoopy/base/coalition.py
src/tucoopy/base/config.py
src/tucoopy/base/exceptions.py
src/tucoopy/base/game.py
src/tucoopy/base/types.py
src/tucoopy/diagnostics/__init__.py
src/tucoopy/diagnostics/_excess_scan.py
src/tucoopy/diagnostics/allocation_diagnostics.py
src/tucoopy/diagnostics/blocking_regions.py
src/tucoopy/diagnostics/bounds.py
src/tucoopy/diagnostics/core_cover_diagnostics.py
src/tucoopy/diagnostics/core_diagnostics.py
src/tucoopy/diagnostics/epsilon_core_diagnostics.py
src/tucoopy/diagnostics/imputation_diagnostics.py
src/tucoopy/diagnostics/least_core_diagnostics.py
src/tucoopy/diagnostics/linprog_diagnostics.py
src/tucoopy/diagnostics/reasonable_diagnostics.py
src/tucoopy/games/__init__.py
src/tucoopy/games/_utils.py
src/tucoopy/games/additive.py
src/tucoopy/games/airport.py
src/tucoopy/games/apex.py
src/tucoopy/games/assignment.py
src/tucoopy/games/bankruptcy.py
src/tucoopy/games/cost_sharing.py
src/tucoopy/games/flow.py
src/tucoopy/games/glove.py
src/tucoopy/games/market.py
src/tucoopy/games/mst.py
src/tucoopy/games/production.py
src/tucoopy/games/savings.py
src/tucoopy/games/unanimity.py
src/tucoopy/games/weighted_voting.py
src/tucoopy/geometry/__init__.py
src/tucoopy/geometry/_linalg.py
src/tucoopy/geometry/_utils.py
src/tucoopy/geometry/bargaining_set.py
src/tucoopy/geometry/core_cover_set.py
src/tucoopy/geometry/core_set.py
src/tucoopy/geometry/epsilon_core_set.py
src/tucoopy/geometry/imputation_set.py
src/tucoopy/geometry/kernel_set.py
src/tucoopy/geometry/least_core_set.py
src/tucoopy/geometry/polyhedron.py
src/tucoopy/geometry/projection.py
src/tucoopy/geometry/reasonable_set.py
src/tucoopy/geometry/sampling.py
src/tucoopy/geometry/weber_set.py
src/tucoopy/io/__init__.py
src/tucoopy/io/analysis.py
src/tucoopy/io/animation_spec.py
src/tucoopy/io/game_spec.py
src/tucoopy/io/schema.py
src/tucoopy/io/schemas/tucoop-animation.schema.json
src/tucoopy/io/schemas/tucoop-game.schema.json
src/tucoopy/power/__init__.py
src/tucoopy/power/_simple_utils.py
src/tucoopy/power/banzhaf.py
src/tucoopy/power/coleman.py
src/tucoopy/power/deegan_packel.py
src/tucoopy/power/egalitarian_shapley.py
src/tucoopy/power/holler.py
src/tucoopy/power/johnston.py
src/tucoopy/power/koenig_brauninger.py
src/tucoopy/power/rae.py
src/tucoopy/power/shapley_shubik.py
src/tucoopy/power/solidarity.py
src/tucoopy/properties/__init__.py
src/tucoopy/properties/_utils.py
src/tucoopy/properties/balancedness.py
src/tucoopy/properties/basic.py
src/tucoopy/properties/convexity.py
src/tucoopy/properties/cost_games.py
src/tucoopy/properties/simple_games.py
src/tucoopy/solutions/__init__.py
src/tucoopy/solutions/_surplus.py
src/tucoopy/solutions/banzhaf.py
src/tucoopy/solutions/cis.py
src/tucoopy/solutions/egalitarian.py
src/tucoopy/solutions/ensc.py
src/tucoopy/solutions/esd.py
src/tucoopy/solutions/gately.py
src/tucoopy/solutions/kernel.py
src/tucoopy/solutions/least_core.py
src/tucoopy/solutions/least_squares.py
src/tucoopy/solutions/modiclus.py
src/tucoopy/solutions/myerson.py
src/tucoopy/solutions/nucleolus.py
src/tucoopy/solutions/owen.py
src/tucoopy/solutions/proportional.py
src/tucoopy/solutions/shapley.py
src/tucoopy/solutions/solve.py
src/tucoopy/solutions/tau.py
src/tucoopy/transforms/__init__.py
src/tucoopy/transforms/_mobius_impl.py
src/tucoopy/transforms/_utils.py
src/tucoopy/transforms/algebra.py
src/tucoopy/transforms/combine.py
src/tucoopy/transforms/communication.py
src/tucoopy/transforms/derived.py
src/tucoopy/transforms/harsanyi.py
src/tucoopy/transforms/mobius.py
src/tucoopy/viz/__init__.py
src/tucoopy/viz/mpl2.py
src/tucoopy/viz/mpl3.py
src/tucoopy/viz/utils.py
tests/test_basic.py
tests/test_blocking_regions.py
tests/test_build_analysis.py
tests/test_build_animation_spec.py
tests/test_core_cover.py
tests/test_diagnostics_core.py
tests/test_diagnostics_helpers.py
tests/test_diagnostics_sets.py
tests/test_edge_cases.py
tests/test_fast_optional.py
tests/test_games.py
tests/test_geometry_new_modules.py
tests/test_io_schema.py
tests/test_kernel_set.py
tests/test_linprog_adapter.py
tests/test_lp_explanations_optional.py
tests/test_lp_optional.py
tests/test_modiclus_optional.py
tests/test_polyhedron.py
tests/test_solutions_new.py
tests/test_solve_dispatch.py
tests/test_spec_highlights.py
tests/test_theory_canonic.py
tests/test_weber_set_poly.py
tests/test_weighted_values.py