linopy icon indicating copy to clipboard operation
linopy copied to clipboard

Linear optimization with N-D labeled arrays in Python

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

## Describe the feature you'd like to see > There are a couple of print() calls in linopy. When a model is infeasible, pypsa-eur calls model.print_infeasibilities(), which calls print_labels(), which...

## Changes proposed in this Pull Request For eventually deprecating `sanitize_infinities`, this PR proposes to only remove them during lp file generation, rather than removing them inplace. This also aligns...

Could it be possible to add SCIP solver interface to the implementation roadmap? https://www.scipopt.org/ SCIP is a very powerful NON COMMERCIAL solver for mixed integer programming. Recently, some researchers achieved...

### 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

When using MOSEK from linopy a new `mosek.Env` is created for each new `mosek.Task`. It would be better to create `mosek.Task` with no environment, which translates to using the hidden...

### 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

> Apologies to jump into an issue but I have some thoughts that are related to sparsity so thought I'd add to this discussion rather than create a new one...

documentation

It would be great if we could somehow export the linopy model as a GAMS model. There's a bunch of people who only have access to commercial solvers through GAMS....

solver interface

### 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

### 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