An open-source optimization model for the design and operation of hybrid renewable energy systems with automatic solver setup
Project description
el1xr_opt is the core optimization engine of the EL1XR-dev ecosystem. It provides a powerful and flexible modelling framework for designing and analyzing integrated, zero-carbon energy systems, with support for electricity, heat, hydrogen, and energy storage technologies.
🚀 Features
Modular formulation for multi-vector energy systems
Compatible with deterministic, stochastic, and equilibrium approaches
Flexible temporal structure: hours, days, representative periods
Built on Pyomo
Interfaces with EL1XR-data (datasets) and EL1XR-examples (notebooks)
📂 Structure
src/: Core source code for the optimisation model.
data/: Sample case studies.
docs/: Documentation and formulation notes.
tests/: Validation and regression tests.
📦 Prerequisites
Python 3.12 or higher.
A supported solver: Gurobi, CBC, or CPLEX. Make sure the solver is installed and accessible in your system’s PATH.
🚀 Installation
There are two ways to install el1xr_opt:
Option 1: Install from PyPI (Recommended)
You can install the latest stable release from PyPI:
pip install el1xr_opt
Option 2: Install from Source (for Developers)
If you want to work with the latest development version or contribute to the project, you can install it from the source:
Clone the repository:
git clone https://github.com/EL1XR-dev/el1xr_opt.git
cd el1xr_opt
Create and activate a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
Install the required Python packages:
pip install -r requirements.txt
⚡ Quick Example
Run the included Home1 example case with the following command from the root directory:
python src/el1xr_opt/oM_Main.py --dir data --case Home1 --solver gurobi
This will run the optimization and save the results in the data/Home1 directory.
Usage
To run the optimisation model, use the oM_Main.py script from the src directory. If you run the script without arguments, it will prompt you for them interactively.
python src/el1xr_opt/oM_Main.py --case <case_name> --solver <solver_name>
Command-line Arguments
--dir: Directory containing the case data. For the sample cases, this would be data.
--case: Name of the case to run (e.g., Home1). Defaults to Home1.
--solver: Solver to use (e.g., gurobi, cbc, cplex). Defaults to gurobi.
--date: Model run date in “YYYY-MM-DD HH:MM:SS” format. Defaults to the current time.
rawresults: Save raw results (True/False). Defaults to False.
--plots: Generate plots (True/False). Defaults to False.
🤝 Contributing
Contributions are welcome! If you want to contribute to el1xr_opt, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them with a clear message.
Push your changes to your fork.
Create a pull request to the main branch of this repository.
📄 License
This project is licensed under the terms of the GNU General Public License v3.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file el1xr_opt-1.0.5rc4.tar.gz.
File metadata
- Download URL: el1xr_opt-1.0.5rc4.tar.gz
- Upload date:
- Size: 18.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf659ceeea8b84494d4189d886025d85eb8388b4d07150a89e89c897e872d8b0
|
|
| MD5 |
42add700f838419cc5cfad37340bf05a
|
|
| BLAKE2b-256 |
31897c0d2ff7d02b8bf5b5451ef0eff4579ad766b84673f404576f25ac6fb69b
|
File details
Details for the file el1xr_opt-1.0.5rc4-py3-none-any.whl.
File metadata
- Download URL: el1xr_opt-1.0.5rc4-py3-none-any.whl
- Upload date:
- Size: 6.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f42e83701e40a631c92f941e7fb2a876cec9158ff65945cfac320422fbe16f3
|
|
| MD5 |
ecc2bf745e9a2f559d0836735b6b7f03
|
|
| BLAKE2b-256 |
0992f0a2f05c673523a51ccef1962dc8657c1412c4acbfd93f67a097be6e4729
|