Skip to content

Process finished with exit code -1073741819 (0xC0000005) #161

@Huang-Jiayan

Description

@Huang-Jiayan

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

test.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions