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
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
Hi,
This is issue is related to issue #23 in SCIP, in which solving a MILP throws:
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
orread /path/to/scip_issue_23.lp
optimize
Problem files:
scip_issue_23.zip
The text was updated successfully, but these errors were encountered: