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
For seed.mps.txt, scip produces the wrong answer of 4983.45.. when setting numerics/feastol = 1e-9, while the correct answer should be 4936.16...
I am not sure if this is a duplicate of #126, since for that one, the incorrect answer can be avoided by setting a small feasible tolerance (e.g. numerics/feastol = 1e-9); but for this one, the error only manifests with a small tolerance.
Thanks for the bug report! This is a different issue because there are no fixed variables. Try to additionally reduce numerics/sumepsilon = 1e-9 for a workaround.
For seed.mps.txt, scip produces the wrong answer of
4983.45..
when settingnumerics/feastol = 1e-9
, while the correct answer should be4936.16..
.I am not sure if this is a duplicate of #126, since for that one, the incorrect answer can be avoided by setting a small feasible tolerance (e.g. numerics/feastol = 1e-9); but for this one, the error only manifests with a small tolerance.
The text was updated successfully, but these errors were encountered: