Skip to content

new release 0.60.7 introduces PulpSolverError (free(): invalid pointer) on previously working code #93

@savvytruffle

Description

@savvytruffle

Hi.

coin-or-cgl 0.60.7 release introduced PuLPSolverError on previously working code. With msg=True, the underlying error was

free(): invalid pointer

Replicating this error:
This fails for me in both linux and mac (Macbook Pro M1 OS12.6) environments. Using Python 3.8 pulp 2.7.0

Download Sudoku2.py from PuLP User Guide sudoku2 example.

conda install pulp coin-or-cgl=0.60.6
python Sudoku2.py

yields a solution without error

conda install pulp coin-or-cgl=0.60.7
python Sudoku2.py

yields

    raise PulpSolverError(
pulp.apis.core.PulpSolverError: Pulp: Error while trying to execute, use msg=True for more detailscbc

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