Hi.
coin-or-cgl 0.60.7 release introduced PuLPSolverError on previously working code. With msg=True, the underlying error was
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
Hi.
coin-or-cgl 0.60.7 release introduced PuLPSolverError on previously working code. With msg=True, the underlying error was
free(): invalid pointerReplicating 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.
yields a solution without error
yields