Skip to main content

Vector based energy and material flow optimization framework in Python.

Project description

FlixOpt: Energy and Material Flow Optimization Framework

Documentation Build Status PyPI version PyPI status Python Versions License: MIT PyPI downloads GitHub last commit GitHub issues pre-commit.ci status Ruff Powered by linopy Powered by xarray DOI GitHub stars


FlixOpt is a Python framework for optimizing energy and material flow systems - from district heating networks to industrial production lines, from renewable energy portfolios to supply chain logistics.

Start simple, scale complex: Build a working optimization model in minutes, then progressively add detail - multi-period investments, stochastic scenarios, custom constraints - without rewriting your code.


🚀 Quick Start

pip install flixopt

That's it! FlixOpt comes with the HiGHS solver included. You're ready to optimize.

The basic workflow:

import flixopt as fx

# 1. Define your system structure
flow_system = fx.FlowSystem(timesteps)
flow_system.add_elements(buses, components, effects)

# 2. Create and solve
calculation = fx.FullCalculation("MyModel", flow_system)
calculation.solve()

# 3. Analyze results
calculation.results.solution

Get started with real examples:


🌟 Why FlixOpt?

Progressive Enhancement - Your Model Grows With You

Start simple:

# Basic single-period model
flow_system = fx.FlowSystem(timesteps)
boiler = fx.Boiler("Boiler", eta=0.9, ...)

Add complexity incrementally:

  • Investment decisions → Add InvestParameters to components
  • Multi-period planning → Add periods dimension to FlowSystem
  • Uncertainty modeling → Add scenarios dimension with probabilities
  • Custom constraints → Extend with native linopy syntax

No refactoring required. Your component definitions stay the same - periods, scenarios, and features are added as dimensions and parameters.

Learn more about multi-period and stochastic modeling

For Everyone

  • Beginners: High-level components that "just work"
  • Experts: Full access to modify models with linopy
  • Researchers: Quick prototyping with customization options
  • Engineers: Reliable, tested components without black boxes
  • Students: Clear, Pythonic interfaces for learning optimization

Key Features

Multi-criteria optimization: Model costs, emissions, resource use - any custom metric. Optimize single objectives or use weighted combinations and ε-constraints. → Effects documentation

Performance at any scale: Choose calculation modes without changing your model - Full, Segmented, or Aggregated (using TSAM). → Calculation modes

Built for reproducibility: Self-contained NetCDF result files with complete model information. Load results months later - everything is preserved. → Results documentation

Flexible data operations: Transform FlowSystems with xarray-style operations (sel(), resample()) for multi-stage optimization.


🎯 What is FlixOpt?

A General-Purpose Flow Optimization Framework

FlixOpt models any system involving flows and conversions:

  • Energy systems: District heating/cooling, microgrids, renewable portfolios, sector coupling
  • Material flows: Supply chains, production lines, chemical processes
  • Integrated systems: Water-energy nexus, industrial symbiosis

While energy systems are our primary focus, the same foundation applies universally. This enables coupling different system types within integrated models.

Modern Foundations

Built on linopy and xarray, FlixOpt delivers performance and transparency. Full access to variables, constraints, and model structure. Extend anything with native linopy syntax.

Our Position

We bridge the gap between high-level strategic models (like FINE) and low-level dispatch tools - similar to PyPSA. FlixOpt is the sweet spot for detailed operational planning and long-term investment analysis in the same framework.

Academic Roots

Originally developed at TU Dresden for the SMARTBIOGRID project (funded by the German Federal Ministry for Economic Affairs and Energy, FKZ: 03KB159B). FlixOpt evolved from the MATLAB-based flixOptMat framework while incorporating best practices from oemof/solph.


🛣️ Roadmap

FlixOpt aims to be the most accessible, flexible, and universal Python framework for energy and material flow optimization. We believe optimization modeling should be approachable for beginners yet powerful for experts, minimizing context switching between different planning horizons.

Current focus:

  • Enhanced component library (sector coupling, hydrogen, thermal networks)
  • Examples showcasing multi-period and stochastic modeling
  • Advanced result analysis and visualization

Future vision:

  • Modeling to generate alternatives (MGA) for robust decision-making
  • Advanced stochastic optimization (two-stage, CVaR)
  • Community ecosystem of user-contributed components

Full roadmap and vision


🛠️ Installation

Basic Installation

pip install flixopt

Includes the HiGHS solver - you're ready to optimize immediately.

Full Installation

For additional features (interactive network visualization, time series aggregation):

pip install "flixopt[full]"

Solver Support

FlixOpt supports many solvers via linopy: HiGHS (included), Gurobi, CPLEX, CBC, GLPK, and more.

Installation guide


🤝 Contributing

FlixOpt thrives on community input. Whether you're fixing bugs, adding components, improving docs, or sharing use cases - we welcome your contributions.

Contribution guide


📖 Citation

If FlixOpt supports your research or project, please cite:


📄 License

MIT License - See LICENSE for details.

Project details


Release history Release notifications | RSS feed

This version

3.5.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flixopt-3.5.0.tar.gz (193.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flixopt-3.5.0-py3-none-any.whl (185.2 kB view details)

Uploaded Python 3

File details

Details for the file flixopt-3.5.0.tar.gz.

File metadata

  • Download URL: flixopt-3.5.0.tar.gz
  • Upload date:
  • Size: 193.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for flixopt-3.5.0.tar.gz
Algorithm Hash digest
SHA256 3b4be86a18c27a3cf1cbf6add064165ab0bf79367041bddcaa46e3e2ff23321f
MD5 ff25ab8005eff3d738ffab3c2c435ef2
BLAKE2b-256 8fbeec2ee4356914594d8af98a65c7befe5ef9c7db5f453d0e5d45a078c6a713

See more details on using hashes here.

File details

Details for the file flixopt-3.5.0-py3-none-any.whl.

File metadata

  • Download URL: flixopt-3.5.0-py3-none-any.whl
  • Upload date:
  • Size: 185.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for flixopt-3.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa9b497f701161910cee5a172e4278b2da118c8cca29eb87c11662b71c33189f
MD5 b7d32db72aa7f2b9927b93574438f88d
BLAKE2b-256 0268c78905d09d2eea18719ca7e94abcfcae753ac4892237974f74fade249886

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page