LICENSE
README.md
pyproject.toml
src/fresh_fuchs/__init__.py
src/fresh_fuchs/cli.py
src/fresh_fuchs.egg-info/PKG-INFO
src/fresh_fuchs.egg-info/SOURCES.txt
src/fresh_fuchs.egg-info/dependency_links.txt
src/fresh_fuchs.egg-info/entry_points.txt
src/fresh_fuchs.egg-info/requires.txt
src/fresh_fuchs.egg-info/top_level.txt
src/fresh_fuchs/economy/__init__.py
src/fresh_fuchs/economy/cashflow.py
src/fresh_fuchs/economy/fhops_costing.py
src/fresh_fuchs/economy/npv.py
src/fresh_fuchs/economy/types.py
src/fresh_fuchs/inner/__init__.py
src/fresh_fuchs/instance/__init__.py
src/fresh_fuchs/instance/baseline.py
src/fresh_fuchs/instance/bundle.py
src/fresh_fuchs/instance/composition.py
src/fresh_fuchs/instance/replant.py
src/fresh_fuchs/instance/species.py
src/fresh_fuchs/instance/synthetic.py
src/fresh_fuchs/instance/types.py
src/fresh_fuchs/instance/woodstock.py
src/fresh_fuchs/instance/yields_multi.py
src/fresh_fuchs/orchestration/__init__.py
src/fresh_fuchs/orchestration/matrix.py
src/fresh_fuchs/orchestration/workflow.py
src/fresh_fuchs/outer/__init__.py
src/fresh_fuchs/outer/grid.py
src/fresh_fuchs/outer/policy.py
src/fresh_fuchs/outer/ranking.py
src/fresh_fuchs/outer/records.py
src/fresh_fuchs/outer/report.py
src/fresh_fuchs/outer/risk.py
src/fresh_fuchs/scenario/__init__.py
src/fresh_fuchs/scenario/distributions.py
src/fresh_fuchs/scenario/fire.py
src/fresh_fuchs/scenario/fire_lp.py
src/fresh_fuchs/scenario/pipeline.py
src/fresh_fuchs/scenario/records.py
tests/test_distributions.py
tests/test_dynamic_inconsistency.py
tests/test_economy.py
tests/test_fhops_costing.py
tests/test_fire.py
tests/test_fire_lp.py
tests/test_grid.py
tests/test_instance.py
tests/test_mc_convergence.py
tests/test_npv.py
tests/test_orchestration.py
tests/test_outer_policy.py
tests/test_package.py
tests/test_phase3_acceptance.py
tests/test_phase4_acceptance.py
tests/test_phase5_acceptance.py
tests/test_pipeline.py
tests/test_ranking.py
tests/test_records.py
tests/test_replant_actions.py
tests/test_replant_composition.py
tests/test_replant_curves_btc.py
tests/test_replant_lp.py
tests/test_replant_salvage.py
tests/test_risk.py
tests/test_species.py
tests/test_yields_multi.py