cvxopt / cvxopt-wheels

CVXOPT wheels
http://cvxopt.org
4 stars 3 forks source link

Update to GLPK 5.0 #8

Open mjpieters opened 3 years ago

mjpieters commented 3 years ago

GLPK 5.0 was released in December 2020 and includes a fix for an annoying non-suppressible “informational message”.

Could the wheel build please be updated to use the new version?

mjpieters commented 3 years ago

Another reason to upgrade: some models, including mine, run into a pre-solver bug, which leads to an abort:

glp_add_cols: ncs = 0; invalid number of columns
Error detected in file api/prob1.c at line 362
Aborted

this bug too should be fixed in the new release.

martinandersen commented 3 years ago

Thanks for the input. We will include the new version in the next release.

tylernisonoff commented 2 years ago

I was wondering if it was possible to get this into the next release?