.gitignore
.readthedocs.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/features-proposal.yml
.github/workflows/draft-pdf.yml
.github/workflows/python-publish.yml
REHO.egg-info/PKG-INFO
REHO.egg-info/SOURCES.txt
REHO.egg-info/dependency_links.txt
REHO.egg-info/entry_points.txt
REHO.egg-info/requires.txt
REHO.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/refs.bib
docs/requirements.txt
docs/data/list_of_symbols.xlsx
docs/data/methods.csv
docs/images/actors_interactions.svg
docs/images/architecture.svg
docs/images/building.png
docs/images/cooptimization.svg
docs/images/district.svg
docs/images/externalexchanges.svg
docs/images/model.svg
docs/images/network.svg
docs/images/logos/ipese-logo-black.svg
docs/images/logos/ipese-logo-white.svg
docs/images/logos/ipese_square.png
docs/images/logos/logo-reho-black.png
docs/images/logos/logo-reho-white.png
docs/images/logos/logo_sig.svg
docs/images/logos/logo_swice.jpg
docs/sections/1_Overview.rst
docs/sections/2_Releases.rst
docs/sections/3_Model.rst
docs/sections/4_Package_structure.rst
docs/sections/5_Getting_started.rst
docs/sections/6_Examples.rst
docs/sections/7_Contribute.rst
docs/sections/Appendix.rst
joss/architecture.pdf
joss/district.pdf
joss/paper.bib
joss/paper.md
reho/__init__.py
reho/paths.py
reho/data/QBuildings/Geneva.ini
reho/data/QBuildings/Suisse.ini
reho/data/SIA/b_value_floor.csv
reho/data/SIA/sia2024_data.xlsx
reho/data/SIA/sia2024_rooms_sia380_1.csv
reho/data/actor/income_percentile.csv
reho/data/actor/rent_proportion.csv
reho/data/elcom/correspondance_table_municipality_operator.csv
reho/data/emissions/electricity_matrix_2019_reduced.csv
reho/data/infrastructure/AC_parameters.txt
reho/data/infrastructure/HP_parameters.txt
reho/data/infrastructure/U_values.csv
reho/data/infrastructure/building_units.csv
reho/data/infrastructure/building_units_IP.csv
reho/data/infrastructure/development.csv
reho/data/infrastructure/district_units.csv
reho/data/infrastructure/district_units_IP.csv
reho/data/infrastructure/layers.csv
reho/data/infrastructure/renovation.csv
reho/data/mobility/dailyprofiles.csv
reho/data/mobility/dailyprofiles_metadata.csv
reho/data/skydome/normalized_irradiance.csv
reho/data/skydome/skyPatchesAreas.csv
reho/data/skydome/skyPatchesCenPts.csv
reho/data/skydome/skydome.csv
reho/data/skydome/total_irradiation.csv
reho/model/__init__.py
reho/model/actors_problem.py
reho/model/infrastructure.py
reho/model/master_problem.py
reho/model/reho.py
reho/model/sub_problem.py
reho/model/ampl_model/actors_problem.mod
reho/model/ampl_model/data_stream.dat
reho/model/ampl_model/master_problem.mod
reho/model/ampl_model/scenario.mod
reho/model/ampl_model/sub_problem.mod
reho/model/ampl_model/units/air_conditioner.mod
reho/model/ampl_model/units/battery.mod
reho/model/ampl_model/units/data_heat.mod
reho/model/ampl_model/units/dhn_hex.mod
reho/model/ampl_model/units/dhn_pipes.mod
reho/model/ampl_model/units/dhwstorage.mod
reho/model/ampl_model/units/electrical_heater.mod
reho/model/ampl_model/units/electrolyzer.mod
reho/model/ampl_model/units/fuel_cell.mod
reho/model/ampl_model/units/heat_curtailment.mod
reho/model/ampl_model/units/heatpump.mod
reho/model/ampl_model/units/heatstorage.mod
reho/model/ampl_model/units/methanator.mod
reho/model/ampl_model/units/ng_boiler.mod
reho/model/ampl_model/units/oil_boiler.mod
reho/model/ampl_model/units/pv.mod
reho/model/ampl_model/units/pv_orientation.mod
reho/model/ampl_model/units/rsoc.mod
reho/model/ampl_model/units/thermal_solar.mod
reho/model/ampl_model/units/wood_stove.mod
reho/model/ampl_model/units/development/heatstorage_IP.mod
reho/model/ampl_model/units/development/lhs_IP.mod
reho/model/ampl_model/units/development/ptes_IP.mod
reho/model/ampl_model/units/district_units/ORC_DC_district.mod
reho/model/ampl_model/units/district_units/bike.mod
reho/model/ampl_model/units/district_units/datacenter_district.mod
reho/model/ampl_model/units/district_units/dhn.mod
reho/model/ampl_model/units/district_units/ebike.mod
reho/model/ampl_model/units/district_units/electrical_heater_district.mod
reho/model/ampl_model/units/district_units/evehicle.mod
reho/model/ampl_model/units/district_units/heatpump_district.mod
reho/model/ampl_model/units/district_units/icevehicle.mod
reho/model/ampl_model/units/district_units/methanator_district.mod
reho/model/ampl_model/units/district_units/mobility.mod
reho/model/ampl_model/units/district_units/ng_boiler_district.mod
reho/model/ampl_model/units/district_units/ng_cogeneration_district.mod
reho/model/ampl_model/units/district_units/rsoc_district.mod
reho/model/ampl_model/units/interperiod/CH4storage_IP.mod
reho/model/ampl_model/units/interperiod/CO2storage_IP.mod
reho/model/ampl_model/units/interperiod/H2storage_IP.mod
reho/model/ampl_model/units/interperiod/battery_IP.mod
reho/model/postprocessing/KPIs.py
reho/model/postprocessing/__init__.py
reho/model/postprocessing/sensitivity_analysis.py
reho/model/postprocessing/write_results.py
reho/model/preprocessing/QBuildings.py
reho/model/preprocessing/__init__.py
reho/model/preprocessing/actors.py
reho/model/preprocessing/buildings_profiles.py
reho/model/preprocessing/clustering.py
reho/model/preprocessing/electricity_prices.py
reho/model/preprocessing/emissions_parser.py
reho/model/preprocessing/local_data.py
reho/model/preprocessing/mobility_generator.py
reho/model/preprocessing/renovation.py
reho/model/preprocessing/sia_parser.py
reho/model/preprocessing/skydome.py
reho/model/preprocessing/weather.py
reho/plotting/__init__.py
reho/plotting/layout.csv
reho/plotting/plotting.py
reho/plotting/sankey.py
reho/plotting/sia380_1.csv
reho/plotting/utils.py
reho/test/__init__.py
reho/test/test_clustering.py
reho/test/test_examples.py
reho/test/test_import.py
reho/test/test_infrastructure.py
reho/test/test_plot.py
reho/test/test_run.py
scripts/examples/0_Compact_formulation.py
scripts/examples/1a_Building-scale_totex.py
scripts/examples/1b_Building-scale_Pareto.py
scripts/examples/2a_District-scale_totex.py
scripts/examples/2b_District-scale_Pareto.py
scripts/examples/3a_Read_csv.py
scripts/examples/3b_Custom_infrastructure.py
scripts/examples/3c_HP_T_source.py
scripts/examples/3d_EVs.py
scripts/examples/3e_DHN.py
scripts/examples/3f_Custom_profiles.py
scripts/examples/3g_Stochastic_profiles.py
scripts/examples/3h_Fix_units.py
scripts/examples/3i_Electricity_prices.py
scripts/examples/3j_Transformer_capacity.py
scripts/examples/3k_Renovation.py
scripts/examples/3l_Datacenter.py
scripts/examples/4a_Progressive_scenarios.py
scripts/examples/4b_Sensitivity_analysis.py
scripts/examples/5a_PV_orientation.py
scripts/examples/5b_PV_facades.py
scripts/examples/6a_Mobility_sector.py
scripts/examples/6b_Mobility_externaldistricts.py
scripts/examples/7a_rSOC_IP.py
scripts/examples/7b_rSOC_H2_export.py
scripts/examples/7c_district_IP.py
scripts/examples/8a_Actors_problem.py
scripts/examples/8b_Actors_problem_rent_increase.py
scripts/examples/data/buildings.csv
scripts/examples/data/custom_building_units.csv
scripts/examples/data/facades.csv
scripts/examples/data/roofs.csv
scripts/examples/data/mobility/6b_extdistrict_parameters.pickle
scripts/examples/data/mobility/dailyprofiles.csv
scripts/examples/data/profiles/Geneva.csv
scripts/examples/data/profiles/electricity.csv