linopy
linopy copied to clipboard
Linear optimization with N-D labeled arrays in Python
Removes feature that was future warned for a long time now: The selection of a single item in `__getitem__` now returns a `Variable` instead of a `ScalarVariable`. - [x] Code...
## Changes proposed in this Pull Request MindOpt's floating license token fails to release unless m.dispose() is called. Adding this under the MindOpt class in solvers.py fixes the issue. However,...
Closes #420 (if applicable). ## Changes proposed in this Pull Request Small modification to allow a post solve in Xpress, only if necessary, ie if the calculations were stopped. This...
## Feature ## It would be good to have the achieved gap of the objective in the results. Is there a way to get it (independently of the used solver)?...
Closes # (if applicable). ## Changes proposed in this Pull Request ## Checklist - [ ] Code changes are sufficiently documented; i.e. new functions contain docstrings and further explanations may...
Hi - I added two notebooks to the examples folder. I didn't add links to these in the TOC or anything - up to you how you want to link...
## Problem statement - testing Pypsa workflows such as pypsa-eur with snakemake is difficult. Pytests doesn't integrate well with it for example. This is because snakemake jobs are subprocesses and...
Hello, If using Xpress, when a timelimit is set and when the optimal solution is not found before this timelimit, it is not possible to retrieve the solution from Xpress,...
As update note says, "New solver interface for SCIP . This solver is now supported by linopy and can be used with the solve function if the pyscipopt package is...
Hi, Linopy doesn't seem to implement callback for solvers, does it ? Do you plan to add this feature ?