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
Hi everyone,
I have PuLP v2.8.0 with HiGHS solver v1.7.1.dev1, but when I want to solve my problem, this error occurs:
env/lib/python3.12/site-packages/pulp/apis/highs_api.py", line 329, in createAndConfigureSolver
lp.solverModel.setLogCallback(*callbackTuple)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Highs' object has no attribute 'setLogCallback'. Did you mean: 'setCallback'?
In the file highs_api.py if you comment the line 329, the solver works, but without logFile.
Anyone solved this problem?
The text was updated successfully, but these errors were encountered:
Hi everyone,
I have PuLP v2.8.0 with HiGHS solver v1.7.1.dev1, but when I want to solve my problem, this error occurs:
In the file highs_api.py if you comment the line 329, the solver works, but without logFile.
Anyone solved this problem?
The text was updated successfully, but these errors were encountered: