linopy icon indicating copy to clipboard operation
linopy copied to clipboard

Linear optimization with N-D labeled arrays in Python

Results 69 linopy issues
Sort by recently updated
recently updated
newest added

Gurobipy v11.0.3 was released on July 16 and seems to be compatible with numpy >= 2.0.0. At least locally, running the tests via `pytest .` and an editable install from...

Starting recently with Linopy, I discovered that, **applying a slicing operation on a variable** (with .loc[idx_start: idx_end] method), **does select the last index idx_end**, which seems non-aligned on some standards...

In this PR the `solvers.py` file is refactored to an object-oriented architecture. For this, a Solver superclass is introduced, as well as subclasses for each of the implemented solvers. A...

Given a dataarray as input to `LinearExpression.groupby`, there is different behavior in the operation when setting `use_fallback` to True or False. While True leads to the standard xarray operation, False...

bug

Hi - I wrote a couple of linopy example notebooks on my github page [here](https://github.com/tpu-brunkhorst/TP_datascience_public/tree/main/linopy_examples) One is a monthly energy portfolio model and the other is a sudoku puzzle solver...

Hi, I am currently exploring/trying to setup larger models in parallel (in individual processes) and pass them back to the main process. Because the individual models are fairly large but...

# Defining Special Ordered Sets SOS1 & SOS2 I would really like to see the option to define special ordered sets through linopy (of course only for compatible solvers) Below...

### Version Checks (indicate both or one) - [x] I have confirmed this bug exists on the lastest [release](https://github.com/pypsa/linopy/releases) of Linopy. - [x] I have confirmed this bug exists on...

bug

### Version Checks (indicate both or one) - [x] I have confirmed this bug exists on the lastest [release](https://github.com/pypsa/linopy/releases) of Linopy. - [ ] I have confirmed this bug exists...

bug