Skip to content

signal 11 with infeasible LPs #1166

@keithbriggs

Description

@keithbriggs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions