-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Description
I am getting a python crash with
Command terminated by signal 11
whenever I solve an infeasible LP problem. Actually, the solution appears to complete correctly, but the crash occurs when I try to return from my function. I tried lots of things, like deleting my model with
del scip
but that just triggers the crash anyway. So it must be caused by some internal memory mismanagement within pyscipopt.
The exact same code works perfectly when the LP is feasible.
Metadata
Metadata
Assignees
Labels
No labels