You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-introduce knitro context closure and export solver quantities (#633)
* code: re-introduce knitro context closure and export solver quantities
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* code: place quantities calculation elsewhere
* code: place quantities calculation elsewhere
* code: add new quantities extracted from knitro context
* code: add int
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* code: add release notes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Fabian Hofmann <fab.hof@gmx.de>
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Upcoming Version
25
25
* Fix Xpress IIS label mapping for masked constraints and add a regression test for matching infeasible coordinates.
26
26
* Enable quadratic problems with SCIP on windows.
27
27
* Add ``fix()``, ``unfix()``, and ``fixed`` to ``Variable`` and ``Variables`` for fixing variables to values via equality constraints. Supports automatic rounding and optional integrality relaxation (``relax=True``) for MILP dual extraction.
28
+
* Free the knitro context and compute necessary quantities within linopy. Knitro context is not exposed anymore.
0 commit comments