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 am using PySCIPOpt to program an integer programming model.
The model has been validated with small to moderately sized instances.
However, when dealing with large instances, the program terminates abruptly during the constraint-building phase, even though it is wrapped in a "try" statement.
Is there any way to make the program goes to the "except" block when it happens?
The text was updated successfully, but these errors were encountered:
rommeldias
changed the title
Model building stops abruptly
Constraint-building stops abruptly
Jan 24, 2025
Hey @rommeldias! Can you please share a minimal example that reproduces this problem?
It might be that there is a problem with a specific constraint which causes a segmentation fault or some other thing on the Cython side, which could explain why the try except does not work.
I am using PySCIPOpt to program an integer programming model.
The model has been validated with small to moderately sized instances.
However, when dealing with large instances, the program terminates abruptly during the constraint-building phase, even though it is wrapped in a "try" statement.
Is there any way to make the program goes to the "except" block when it happens?
The text was updated successfully, but these errors were encountered: