You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about this. I removed setLogCallback from highspy when I started to think about a more general form of callback. I'll reinstate it. Now that new versions of HiGHS are automatically pushed to PyPI, it shouldn't take long to propagate
Sorry, I'd forgotten about this. It will happen in the next PyPI release - hopefully soon - and we've got a set of generic callbacks for logging and interrupting HiGHS to be added, too.
Hi -
The HiGHS adapter for pulp no longer works when we enable logging, for HiGHs version > 1.5.0.dev (issue: coin-or/pulp#678)
The error is caused by the removal of the
setLogCallback
function from the highs python api (In this PR: #1183).Is there a plan to restore this function? If not, is there a blessed way of enabling logging from the HiGHS python API?
The text was updated successfully, but these errors were encountered: