Uh oh!
There was an error while loading. Please reload this page.
enable quadratic for win with scip - #588
Merged
Merged
Conversation
2 tasks
FabianHofmann
commented
Feb 25, 2026
Collaborator
thanks @davide-f ; could you add a release note? then I could merge it in |
davide-f
commented
Feb 25, 2026
ContributorAuthor
Thanks! Done |
coroa
commented
Mar 2, 2026
Member
@davide-f Are you saying that you tested quadratic constraints on windows with scip and it worked? |
davide-f
commented
Mar 3, 2026
ContributorAuthor
Good point! Not tested; in the relevant issue it was mentioned that this was introduced because CI failed though the issue was solved mentioned the updates in xarray. I'll test and report |
davide-f
commented
Mar 3, 2026
ContributorAuthor
CI on windows is passing; do you recommend more? |
ContributorAuthor
Uh oh!
There was an error while loading. Please reload this page.
FabianHofmann added a commit
to CharlieFModo/linopy
that referenced
this pull request
Mar 12, 2026
* enable quadratic for win with scip * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add release note * Drop reference to SCIP bug --------- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes # (if applicable).
Changes proposed in this Pull Request
Test to unlock quadratic constraints for SCIP on windows.
This fix was needed for a CI not passing but couldn't find the ref to it.
The limitation on windows leads to issues in using linopy v0.6 in pypsa-earth as the quadratic optimization problem using for clustering usually defaults to scip and is not supported on windows because of this selection.
CI passes; do you see something against enabling it back?
Checklist
doc.doc/release_notes.rstof the upcoming release is included.