We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since keyboard interrupt support was added for HiGHS:
pyomo/pyomo/contrib/appsi/solvers/highs.py
Line 250 in 03dcc22
the minimum version of highspy required is 1.8.0.
This is not enforced or mentioned anywhere, so when this code is called using an earlier version, it fails with:
AttributeError: 'Highs' object has no attribute 'HandleKeyboardInterrupt'
A check on the highspy version and a message or exception if insufficient, much like the check for the Gurobi solver:
pyomo/pyomo/contrib/appsi/solvers/gurobi.py
Lines 54 to 56 in 03dcc22
The text was updated successfully, but these errors were encountered:
michaelbynum
No branches or pull requests
Since keyboard interrupt support was added for HiGHS:
pyomo/pyomo/contrib/appsi/solvers/highs.py
Line 250 in 03dcc22
the minimum version of highspy required is 1.8.0.
This is not enforced or mentioned anywhere, so when this code is called using an earlier version, it fails with:
Expected behavior:
A check on the highspy version and a message or exception if insufficient, much like the check for the Gurobi solver:
pyomo/pyomo/contrib/appsi/solvers/gurobi.py
Lines 54 to 56 in 03dcc22
The text was updated successfully, but these errors were encountered: