Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MILP with indicator condtrains in SCIP throws fixed variables in basis error in SoPlex #44

Open
VonAlphaBisZulu opened this issue Jul 22, 2024 · 0 comments

Comments

@VonAlphaBisZulu
Copy link

Hi,

This is issue is related to issue #23 in SCIP, in which solving a MILP throws:

ELEAVE56 ERROR! Tried to put a fixed column variable into the basis. idx=72, lower=0, upper=0
ELEAVE56 ERROR! Tried to put a fixed column variable into the basis. idx=72, lower=0, upper=0
ELEAVE56 ERROR! Tried to put a fixed column variable into the basis. idx=79, lower=0, upper=0

I put this here, since the error is thrown by SoPlex as SPxInternalCodeException("XLEAVE07 This should never happen.").

System:
Ubuntu 22.04 - WSL2
SCIP 9.1.0
Soplex 7.1.0

Steps to reproduce:
start scip
read /path/to/scip_issue_23.mps or read /path/to/scip_issue_23.lp
optimize

Problem files:
scip_issue_23.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant