README.md
pyproject.toml
src/discopt/aggregation/README.md
src/discopt/aggregation/__init__.py
src/discopt/aggregation/_skill_cli.py
src/discopt/aggregation/api.py
src/discopt/aggregation/benchmark.py
src/discopt/aggregation/derivatives.py
src/discopt/aggregation/diagnostics.py
src/discopt/aggregation/duals.py
src/discopt/aggregation/examples.py
src/discopt/aggregation/exprwalk.py
src/discopt/aggregation/guards.py
src/discopt/aggregation/hessian_cost.py
src/discopt/aggregation/implicit.py
src/discopt/aggregation/incidence.py
src/discopt/aggregation/matching.py
src/discopt/aggregation/metrics.py
src/discopt/aggregation/ordering.py
src/discopt/aggregation/presolve.py
src/discopt/aggregation/profiling.py
src/discopt/aggregation/recovery.py
src/discopt/aggregation/scalarize.py
src/discopt/aggregation/schur.py
src/discopt/aggregation/strategies.py
src/discopt/aggregation/sweep.py
src/discopt/aggregation/tearing.py
src/discopt/aggregation/testproblems.py
src/discopt/aggregation/transform.py
src/discopt/aggregation/skill/README.md
src/discopt/aggregation/skill/SKILL.md
src/discopt/aggregation/skill/examples/aggressive_safely.py
src/discopt/aggregation/skill/examples/quickstart.py
src/discopt/aggregation/skill/references/methods.md
src/discopt/aggregation/skill/references/options.md
src/discopt/aggregation/skill/references/recovery-and-implicit.md
src/discopt/aggregation/skill/references/study-tools.md
src/discopt/aggregation/skill/references/troubleshooting.md
src/discopt_aggregation.egg-info/PKG-INFO
src/discopt_aggregation.egg-info/SOURCES.txt
src/discopt_aggregation.egg-info/dependency_links.txt
src/discopt_aggregation.egg-info/entry_points.txt
src/discopt_aggregation.egg-info/requires.txt
src/discopt_aggregation.egg-info/top_level.txt
tests/test_aggregation_api.py
tests/test_aggregation_benchmark.py
tests/test_aggregation_coverage.py
tests/test_aggregation_decomposable.py
tests/test_aggregation_derivatives.py
tests/test_aggregation_determinism.py
tests/test_aggregation_diagnostics.py
tests/test_aggregation_duals.py
tests/test_aggregation_duals_recursive.py
tests/test_aggregation_examples.py
tests/test_aggregation_guard_interplay.py
tests/test_aggregation_guards.py
tests/test_aggregation_hessian_cost.py
tests/test_aggregation_implicit.py
tests/test_aggregation_implicit_blocks.py
tests/test_aggregation_implicit_e2e.py
tests/test_aggregation_incidence.py
tests/test_aggregation_integer.py
tests/test_aggregation_matching.py
tests/test_aggregation_metrics.py
tests/test_aggregation_ordering.py
tests/test_aggregation_pivot_fill.py
tests/test_aggregation_presolve.py
tests/test_aggregation_profiling.py
tests/test_aggregation_protocol.py
tests/test_aggregation_pruning.py
tests/test_aggregation_recycle.py
tests/test_aggregation_reliability.py
tests/test_aggregation_scalarize.py
tests/test_aggregation_schur.py
tests/test_aggregation_schur_e2e.py
tests/test_aggregation_strategies.py
tests/test_aggregation_sweep.py
tests/test_aggregation_target_linearity.py
tests/test_aggregation_tearing.py
tests/test_aggregation_tearing_milp.py
tests/test_aggregation_testproblems.py
tests/test_aggregation_transform.py
tests/test_aggregation_wheel.py
tests/test_marker_discipline.py
tests/test_packaging.py
tests/test_skill.py