linopy icon indicating copy to clipboard operation
linopy copied to clipboard

Linear optimization with N-D labeled arrays in Python

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

updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)

Add support for integer/binary vars for MOSEK solver direct mode.

## Describe the Bug Hello, I am trying to use PyPSA with CPLEX to model an energy system but it does not find my licenced CPLEX: ``` CPLEX Error 1016:...

I'm not sure what the right approach is here, so I'm going to write what I have done and found. I want to be able to solve the same model...

First of, great work with the library so far!! This is significantly better than what currently exists out there. Many energy systems models can be extremely sparse. For example, in...

## Background Linopy either constructs a big matrix itself and stores it in a standardized file format such as the “LP” or the “MPS” file format or writes the matrix...

Hi it's me again ^^ I found some strange behaviour using the `direct` api for `highs` in resolves. Example: Two simple models. The 1st is `max x` s.t. `x+y =0`,...

As pointed out in #264, the new highspy package does not switch coefficient signs when exporting a MPS file of a maximizing problem. A warning should be added when people...

Hi, I encountered a problem using SCIP with the model attached as [linopy_pyscipopt_bug.txt](https://github.com/PyPSA/linopy/files/14837284/linopy_pyscipopt_bug.txt) (I used the extension `.txt` to allow the github update). Then the following code ``` import linopy...