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
When I used PySCIPOpt to solve a MILP, I encountered the following issue:
Process finished with exit code -1073741819 (0xC0000005)
I exported the MILP to an .lp file, and I can consistently reproduce the problem. However, when I rearranged the order of some constraints in the LP file, the model could be solved normally.
I would like to understand what might be causing this issue.
Is it related to memory access violations, constraint ordering sensitivity, or a bug in the solver?
For uploading the model file, I write it in the .txt