.bumpversion.cfg
.coveragerc
.editorconfig
.pep8speaks.yml
.prospector.yml
.readthedocs.yaml
AUTHORS.rst
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
VERSION
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/docutils.conf
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_files/ExtractionTurbine_range_of_operation.svg
docs/_files/GenericCHP.svg
docs/_files/OffsetConverter_efficiency.svg
docs/_files/OffsetConverter_power_relation.svg
docs/_files/Plot_delay_2013-01-01.svg
docs/_files/diesel_genset_investment_flow.svg
docs/_files/diesel_genset_nonconvex_flow.svg
docs/_files/diesel_genset_nonconvex_invest_flow.svg
docs/_files/example_figures.png
docs/_files/example_network.svg
docs/_files/example_variable_chp.svg
docs/_files/framework_concept.svg
docs/_files/nonconvex_invest_investcosts_power.svg
docs/_files/nonconvex_invest_specific_costs.svg
docs/_files/oemof_solph_example.svg
docs/_files/pahesmf_init.py
docs/_files/variable_chp_plot.svg
docs/_logo/README.rst
docs/_logo/logo_oemof_solph_COMPACT.svg
docs/_logo/logo_oemof_solph_COMPACT_bg.svg
docs/_logo/logo_oemof_solph_FULL.svg
docs/_logo/logo_oemof_solph_ICON.svg
docs/_logo/logo_oemof_solph_NOTEXT.svg
docs/_logo/editable_fonts/logo_oemof_solph_COMPACT_editable_fonts.svg
docs/_logo/editable_fonts/logo_oemof_solph_FULL_editable_fonts.svg
docs/_logo/editable_fonts/logo_oemof_solph_ICON_editable_fonts.svg
docs/_logo/editable_fonts/logo_oemof_solph_NOTEXT_editable_fonts.svg
docs/examples/activity_costs.rst
docs/examples/basic_example.rst
docs/examples/cellular.rst
docs/examples/custom_constraints.rst
docs/examples/electrical.transshipment.rst
docs/examples/emission_constraint.rst
docs/examples/excel_reader.rst
docs/examples/flow_count_limit.rst
docs/examples/flow_gradient.rst
docs/examples/index.rst
docs/examples/invest_nonconvex.rst
docs/examples/min_max_runtimes.rst
docs/examples/minimal_investment.rst
docs/examples/nametuple.rst
docs/examples/offset_converter.rst
docs/examples/shared_invest_limit.rst
docs/examples/simple_dispatch.rst
docs/examples/startup_costs.rst
docs/examples/storage_costs.rst
docs/examples/storage_investment.rst
docs/examples/storage_level_constraint.rst
docs/examples/time_index.rst
docs/examples/unbalanced_storage.rst
docs/examples/variable_chp.rst
docs/reference/index.rst
docs/reference/oemof.solph.busses.rst
docs/reference/oemof.solph.components.rst
docs/reference/oemof.solph.console_scripts.rst
docs/reference/oemof.solph.constraints.rst
docs/reference/oemof.solph.energy_system.rst
docs/reference/oemof.solph.flow.rst
docs/reference/oemof.solph.groupings.rst
docs/reference/oemof.solph.helpers.rst
docs/reference/oemof.solph.models.rst
docs/reference/oemof.solph.options.rst
docs/reference/oemof.solph.plumbing.rst
docs/reference/oemof.solph.processing.rst
docs/reference/oemof.solph.views.rst
docs/whatsnew/v0-0-1.rst
docs/whatsnew/v0-0-2.rst
docs/whatsnew/v0-0-3.rst
docs/whatsnew/v0-0-4.rst
docs/whatsnew/v0-0-5.rst
docs/whatsnew/v0-0-6.rst
docs/whatsnew/v0-0-7.rst
docs/whatsnew/v0-1-0.rst
docs/whatsnew/v0-1-1.rst
docs/whatsnew/v0-1-2.rst
docs/whatsnew/v0-1-4.rst
docs/whatsnew/v0-2-0.rst
docs/whatsnew/v0-2-1.rst
docs/whatsnew/v0-2-2.rst
docs/whatsnew/v0-2-3.rst
docs/whatsnew/v0-3-0.rst
docs/whatsnew/v0-3-1.rst
docs/whatsnew/v0-3-2.rst
docs/whatsnew/v0-4-0.rst
docs/whatsnew/v0-4-1.rst
docs/whatsnew/v0-4-2.rst
docs/whatsnew/v0-4-4.rst
docs/whatsnew/v0-4-5.rst
docs/whatsnew/v0-5-0.rst
docs/whatsnew/v0-5-1.rst
docs/whatsnew/v0-5-2.rst
docs/whatsnew/v0-5-3.rst
examples/basic_example/basic_example.csv
examples/excel_reader/scenario.xlsx
examples/invest_nonconvex_flow_examples/solar_generation.csv
examples/offset_converter_example/diesel_genset_data.csv
examples/simple_dispatch/input_data.csv
examples/storage_investment/storage_investment.csv
examples/tuple_as_labels/tuple_as_label.csv
examples/variable_chp/variable_chp.csv
src/oemof.solph.egg-info/PKG-INFO
src/oemof.solph.egg-info/SOURCES.txt
src/oemof.solph.egg-info/dependency_links.txt
src/oemof.solph.egg-info/entry_points.txt
src/oemof.solph.egg-info/not-zip-safe
src/oemof.solph.egg-info/requires.txt
src/oemof.solph.egg-info/top_level.txt
src/oemof/solph/__init__.py
src/oemof/solph/_console_scripts.py
src/oemof/solph/_energy_system.py
src/oemof/solph/_groupings.py
src/oemof/solph/_helpers.py
src/oemof/solph/_models.py
src/oemof/solph/_options.py
src/oemof/solph/_plumbing.py
src/oemof/solph/helpers.py
src/oemof/solph/processing.py
src/oemof/solph/views.py
src/oemof/solph/buses/__init__.py
src/oemof/solph/buses/_bus.py
src/oemof/solph/buses/experimental/__init__.py
src/oemof/solph/buses/experimental/_electrical_bus.py
src/oemof/solph/components/__init__.py
src/oemof/solph/components/_converter.py
src/oemof/solph/components/_extraction_turbine_chp.py
src/oemof/solph/components/_generic_chp.py
src/oemof/solph/components/_generic_storage.py
src/oemof/solph/components/_link.py
src/oemof/solph/components/_offset_converter.py
src/oemof/solph/components/_sink.py
src/oemof/solph/components/_source.py
src/oemof/solph/components/experimental/__init__.py
src/oemof/solph/components/experimental/_generic_caes.py
src/oemof/solph/components/experimental/_piecewise_linear_converter.py
src/oemof/solph/components/experimental/_sink_dsm.py
src/oemof/solph/constraints/__init__.py
src/oemof/solph/constraints/equate_flows.py
src/oemof/solph/constraints/equate_variables.py
src/oemof/solph/constraints/flow_count_limit.py
src/oemof/solph/constraints/integral_limit.py
src/oemof/solph/constraints/investment_limit.py
src/oemof/solph/constraints/shared_limit.py
src/oemof/solph/constraints/storage_level.py
src/oemof/solph/flows/__init__.py
src/oemof/solph/flows/_flow.py
src/oemof/solph/flows/_invest_non_convex_flow_block.py
src/oemof/solph/flows/_investment_flow_block.py
src/oemof/solph/flows/_non_convex_flow_block.py
src/oemof/solph/flows/_simple_flow_block.py
src/oemof/solph/flows/experimental/__init__.py
src/oemof/solph/flows/experimental/_electrical_line.py
tests/constraint_tests.py
tests/flow_tests.py
tests/multi_period_constraint_tests.py
tests/regression_tests.py
tests/test_components.py
tests/test_console_scripts.py
tests/test_constraints_module.py
tests/test_energy_system.py
tests/test_grouping.py
tests/test_helpers.py
tests/test_models.py
tests/test_non_equidistant_time_index.py
tests/test_oemof_installation_test.py
tests/test_options.py
tests/test_plumbing.py
tests/test_processing.py
tests/test_solph_network_classes.py
tests/test_time_index.py
tests/test_warnings.py
tests/lp_files/activity_costs.lp
tests/lp_files/activity_costs_multi_period.lp
tests/lp_files/connect_investment.lp
tests/lp_files/connect_investment_multi_period.lp
tests/lp_files/converter.lp
tests/lp_files/converter_invest.lp
tests/lp_files/converter_invest_multi_period.lp
tests/lp_files/converter_invest_with_existing.lp
tests/lp_files/converter_invest_with_existing_multi_period.lp
tests/lp_files/converter_multi_period.lp
tests/lp_files/dsm_module_DIW.lp
tests/lp_files/dsm_module_DIW_extended.lp
tests/lp_files/dsm_module_DIW_extended_multi_period.lp
tests/lp_files/dsm_module_DIW_invest.lp
tests/lp_files/dsm_module_DIW_invest_multi_period.lp
tests/lp_files/dsm_module_DIW_invest_multi_period_remaining_value.lp
tests/lp_files/dsm_module_DIW_multi_period.lp
tests/lp_files/dsm_module_DLR.lp
tests/lp_files/dsm_module_DLR_delay_time.lp
tests/lp_files/dsm_module_DLR_extended.lp
tests/lp_files/dsm_module_DLR_extended_multi_period.lp
tests/lp_files/dsm_module_DLR_invest.lp
tests/lp_files/dsm_module_DLR_invest_multi_period.lp
tests/lp_files/dsm_module_DLR_invest_multi_period_remaining_value.lp
tests/lp_files/dsm_module_DLR_multi_period.lp
tests/lp_files/dsm_module_oemof.lp
tests/lp_files/dsm_module_oemof_extended.lp
tests/lp_files/dsm_module_oemof_extended_multi_period.lp
tests/lp_files/dsm_module_oemof_invest.lp
tests/lp_files/dsm_module_oemof_invest_multi_period.lp
tests/lp_files/dsm_module_oemof_invest_multi_period_remaining_value.lp
tests/lp_files/dsm_module_oemof_multi_period.lp
tests/lp_files/emission_budget_limit.lp
tests/lp_files/emission_limit.lp
tests/lp_files/emission_limit_no_error.lp
tests/lp_files/equate_flows.lp
tests/lp_files/fixed_costs_sources.lp
tests/lp_files/fixed_source_invest_sink.lp
tests/lp_files/fixed_source_invest_sink_multi_period.lp
tests/lp_files/fixed_source_variable_sink.lp
tests/lp_files/fixed_source_variable_sink_multi_period.lp
tests/lp_files/flow_count_limit.lp
tests/lp_files/flow_count_limit_multi_period.lp
tests/lp_files/flow_invest_with_offset.lp
tests/lp_files/flow_invest_with_offset_multi_period.lp
tests/lp_files/flow_invest_with_offset_multi_period_remaining_value.lp
tests/lp_files/flow_invest_with_offset_no_minimum.lp
tests/lp_files/flow_invest_with_offset_no_minimum_multi_period.lp
tests/lp_files/flow_invest_without_offset.lp
tests/lp_files/flow_invest_without_offset_multi_period.lp
tests/lp_files/flow_invest_without_offset_multi_period_remaining_value.lp
tests/lp_files/flow_nonconvex_invest_bounded_converter.lp
tests/lp_files/flow_reaching_lifetime.lp
tests/lp_files/flow_reaching_lifetime_initial_age.lp
tests/lp_files/generic_invest_limit.lp
tests/lp_files/inactivity_costs.lp
tests/lp_files/inactivity_costs_multi_period.lp
tests/lp_files/integer_source.lp
tests/lp_files/invest_non_convex_flow.lp
tests/lp_files/invest_source_fixed_sink.lp
tests/lp_files/invest_source_fixed_sink_multi_period.lp
tests/lp_files/investment_limit.lp
tests/lp_files/investment_limit_with_dsm_DIW.lp
tests/lp_files/investment_limit_with_dsm_DLR.lp
tests/lp_files/investment_limit_with_dsm_oemof.lp
tests/lp_files/linear_converter.lp
tests/lp_files/linear_converter_chp.lp
tests/lp_files/linear_converter_chp_invest.lp
tests/lp_files/linear_converter_chp_invest_multi_period.lp
tests/lp_files/linear_converter_chp_multi_period.lp
tests/lp_files/linear_converter_invest.lp
tests/lp_files/linear_converter_invest_multi_period.lp
tests/lp_files/linear_converter_invest_multi_period_old.lp
tests/lp_files/linear_converter_invest_multi_period_remaining_value.lp
tests/lp_files/linear_converter_multi_period.lp
tests/lp_files/link.lp
tests/lp_files/max_source_min_sink.lp
tests/lp_files/max_source_min_sink_multi_period.lp
tests/lp_files/maximum_shutdowns.lp
tests/lp_files/maximum_shutdowns_multi_period.lp
tests/lp_files/maximum_startups.lp
tests/lp_files/maximum_startups_multi_period.lp
tests/lp_files/min_max_runtime.lp
tests/lp_files/min_max_runtime_multi_period.lp
tests/lp_files/multi_period_period_length.lp
tests/lp_files/nominal_value_to_zero.lp
tests/lp_files/nominal_value_to_zero_multi_period.lp
tests/lp_files/nonequidistant_timeindex.lp
tests/lp_files/offsetconverter.lp
tests/lp_files/offsetconverter_multi_period.lp
tests/lp_files/offsetconverter_nonconvex.lp
tests/lp_files/offsetconverter_nonconvex_investment.lp
tests/lp_files/periodical_emission_limit.lp
tests/lp_files/periodical_investment_limit.lp
tests/lp_files/periodical_investment_limit_with_dsm_DIW.lp
tests/lp_files/periodical_investment_limit_with_dsm_DLR.lp
tests/lp_files/periodical_investment_limit_with_dsm_oemof.lp
tests/lp_files/piecewise_linear_converter_cc.lp
tests/lp_files/piecewise_linear_converter_cc_multi_period.lp
tests/lp_files/piecewise_linear_converter_dcc.lp
tests/lp_files/piecewise_linear_converter_dcc_multi_period.lp
tests/lp_files/shared_limit.lp
tests/lp_files/shared_limit_multi_period.lp
tests/lp_files/source_with_gradient.lp
tests/lp_files/source_with_gradient_multi_period.lp
tests/lp_files/source_with_nonconvex_gradient.lp
tests/lp_files/source_with_nonconvex_gradient_multi_period.lp
tests/lp_files/storage.lp
tests/lp_files/storage_fixed_losses.lp
tests/lp_files/storage_fixed_losses_multi_period.lp
tests/lp_files/storage_invest_1.lp
tests/lp_files/storage_invest_1_fixed_losses.lp
tests/lp_files/storage_invest_1_multi_period.lp
tests/lp_files/storage_invest_1_multi_period_remaining_value.lp
tests/lp_files/storage_invest_2.lp
tests/lp_files/storage_invest_2_multi_period.lp
tests/lp_files/storage_invest_3.lp
tests/lp_files/storage_invest_3_multi_period.lp
tests/lp_files/storage_invest_4.lp
tests/lp_files/storage_invest_4_multi_period.lp
tests/lp_files/storage_invest_5.lp
tests/lp_files/storage_invest_5_multi_period.lp
tests/lp_files/storage_invest_6.lp
tests/lp_files/storage_invest_6_multi_period.lp
tests/lp_files/storage_invest_all_nonconvex.lp
tests/lp_files/storage_invest_all_nonconvex_multi_period.lp
tests/lp_files/storage_invest_minimum.lp
tests/lp_files/storage_invest_minimum_multi_period.lp
tests/lp_files/storage_invest_multi_period.lp
tests/lp_files/storage_invest_unbalanced.lp
tests/lp_files/storage_invest_with_offset.lp
tests/lp_files/storage_invest_with_offset_multi_period.lp
tests/lp_files/storage_invest_with_offset_multi_period_remaining_value.lp
tests/lp_files/storage_invest_without_offset.lp
tests/lp_files/storage_invest_without_offset_multi_period.lp
tests/lp_files/storage_invest_without_offset_multi_period_remaining_value.lp
tests/lp_files/storage_level_constraint.lp
tests/lp_files/storage_multi_period.lp
tests/lp_files/storage_unbalanced.lp
tests/lp_files/storage_unbalanced_multi_period.lp
tests/lp_files/summed_min_source.lp
tests/lp_files/summed_min_source_multi_period.lp
tests/lp_files/variable_chp.lp
tests/lp_files/variable_chp_multi_period.lp
tests/test_outputlib/__init__.py
tests/test_outputlib/input_data.csv
tests/test_outputlib/test_views.py
tests/test_scripts/test_solph/test_connect_invest/connect_invest.csv
tests/test_scripts/test_solph/test_connect_invest/test_connect_invest.py
tests/test_scripts/test_solph/test_flexible_modelling/test_add_constraints.py
tests/test_scripts/test_solph/test_generic_caes/generic_caes.csv
tests/test_scripts/test_solph/test_generic_caes/test_generic_caes.py
tests/test_scripts/test_solph/test_generic_chp/ccet.csv
tests/test_scripts/test_solph/test_generic_chp/test_generic_chp.py
tests/test_scripts/test_solph/test_invest_fix_flow/input_data.csv
tests/test_scripts/test_solph/test_invest_fix_flow/test_simple_invest_fixed.py
tests/test_scripts/test_solph/test_lopf/test_lopf.py
tests/test_scripts/test_solph/test_multi_period_model/test_multi_period_dispatch_model.py
tests/test_scripts/test_solph/test_multi_period_model/test_multi_period_investment_model.py
tests/test_scripts/test_solph/test_options/test_non_convex.py
tests/test_scripts/test_solph/test_piecewiselineartransformer/test_piecewiselineartransformer.py
tests/test_scripts/test_solph/test_simple_model/input_data.csv
tests/test_scripts/test_solph/test_simple_model/test_simple_dispatch.py
tests/test_scripts/test_solph/test_simple_model/test_simple_dispatch_one.py
tests/test_scripts/test_solph/test_simple_model/test_simple_dispatch_one_explicit_timemode.py
tests/test_scripts/test_solph/test_simple_model/test_simple_invest.py
tests/test_scripts/test_solph/test_storage_investment/storage_investment.csv
tests/test_scripts/test_solph/test_storage_investment/test_invest_storage_regression.py
tests/test_scripts/test_solph/test_storage_investment/test_storage_investment.py
tests/test_scripts/test_solph/test_storage_investment/test_storage_with_tuple_label.py
tests/test_scripts/test_solph/test_variable_chp/test_variable_chp.py
tests/test_scripts/test_solph/test_variable_chp/variable_chp.csv