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
I just noticed that during solving, calling getCutLPSolCutoffDistance(cut, model.getBestSol()) causes the solving to exit silently (i.e., terminate without any warning or error), if no incumbent exists (model.getNSols() = 0). In this case, no solution is returned, and no error is thrown as well. I think throwing an error would be a good feature to avoid any confusion, so I figured I'd let you know! I am running PySCIPOpt 4.2.0 (installed via Conda as recommended) with Python 3.9.
The text was updated successfully, but these errors were encountered:
Hi all,
I just noticed that during solving, calling
getCutLPSolCutoffDistance(cut, model.getBestSol())
causes the solving to exit silently (i.e., terminate without any warning or error), if no incumbent exists (model.getNSols() = 0
). In this case, no solution is returned, and no error is thrown as well. I think throwing an error would be a good feature to avoid any confusion, so I figured I'd let you know! I am running PySCIPOpt 4.2.0 (installed via Conda as recommended) with Python 3.9.The text was updated successfully, but these errors were encountered: