.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
renovate.json
.github/CONTRIBUTING.md
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/general_issue.yml
.github/workflows/python-app.yaml
docs/SUMMARY.md
docs/contribute.md
docs/getting-started.md
docs/index.md
docs/examples/00-Minimal Example.md
docs/examples/01-Basic Example.md
docs/examples/02-Complex Example.md
docs/examples/03-Calculation Modes.md
docs/examples/index.md
docs/faq/contribute.md
docs/faq/index.md
docs/images/architecture_flixOpt-pre2.0.0.png
docs/images/architecture_flixOpt.png
docs/images/flixopt-icon.svg
docs/javascripts/mathjax.js
docs/user-guide/index.md
docs/user-guide/Mathematical Notation/Bus.md
docs/user-guide/Mathematical Notation/Effects, Penalty & Objective.md
docs/user-guide/Mathematical Notation/Flow.md
docs/user-guide/Mathematical Notation/InvestParameters.md
docs/user-guide/Mathematical Notation/LinearConverter.md
docs/user-guide/Mathematical Notation/OnOffParameters.md
docs/user-guide/Mathematical Notation/Piecewise.md
docs/user-guide/Mathematical Notation/Storage.md
docs/user-guide/Mathematical Notation/index.md
docs/user-guide/Mathematical Notation/others.md
examples/00_Minmal/minimal_example.py
examples/01_Simple/simple_example.py
examples/02_Complex/complex_example.py
examples/02_Complex/complex_example_results.py
examples/03_Calculation_types/Zeitreihen2020.csv
examples/03_Calculation_types/example_calculation_types.py
flixopt/__init__.py
flixopt/aggregation.py
flixopt/calculation.py
flixopt/commons.py
flixopt/components.py
flixopt/config.py
flixopt/config.yaml
flixopt/core.py
flixopt/effects.py
flixopt/elements.py
flixopt/features.py
flixopt/flow_system.py
flixopt/interface.py
flixopt/io.py
flixopt/linear_converters.py
flixopt/network_app.py
flixopt/plotting.py
flixopt/results.py
flixopt/solvers.py
flixopt/structure.py
flixopt/utils.py
flixopt.egg-info/PKG-INFO
flixopt.egg-info/SOURCES.txt
flixopt.egg-info/dependency_links.txt
flixopt.egg-info/requires.txt
flixopt.egg-info/top_level.txt
pics/architecture_flixOpt-pre2.0.0.png
pics/architecture_flixOpt.png
pics/flixOpt_plotting.jpg
pics/flixopt-icon.svg
pics/pics.pptx
scripts/extract_changelog.py
scripts/extract_release_notes.py
scripts/gen_ref_pages.py
tests/__init__.py
tests/conftest.py
tests/run_all_tests.py
tests/test_bus.py
tests/test_component.py
tests/test_dataconverter.py
tests/test_effect.py
tests/test_examples.py
tests/test_flow.py
tests/test_functional.py
tests/test_integration.py
tests/test_io.py
tests/test_linear_converter.py
tests/test_network_app.py
tests/test_on_hours_computation.py
tests/test_plots.py
tests/test_results_plots.py
tests/test_storage.py
tests/test_timeseries.py
tests/todos.txt
tests/ressources/Zeitreihen2020.csv