Getting Started with FlixOpt¶
This guide will help you install FlixOpt, understand its basic concepts, and run your first optimization model.
Installation¶
Basic Installation¶
Install FlixOpt directly into your environment using pip:
This provides the core functionality with the HiGHS solver included.
Full Installation¶
For all features including interactive network visualizations and time series aggregation:
Basic Workflow¶
Working with FlixOpt follows a general pattern:
- Create a
FlowSystem
with a time series - Define
Effects
(costs, emissions, etc.) - Define
Buses
as connection points in your system - Add
Components
like converters, storage, sources/sinks with their Flows - Run
Calculations
to optimize your system - Analyze
Results
using built-in or external visualization tools
Next Steps¶
Now that you've installed FlixOpt and understand the basic workflow, you can:
- Learn about the core concepts of FlixOpt
- Explore some examples
- Check the API reference for detailed documentation