-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Callback support for HiGHS #17
Comments
Yes. I read the documentation of HiGHS callback recently. If I understand correctly, the capability of HiGHS callback is quite limited, we can only query some information or interrupt optimization. Can you tell me more about your usage of callback of HiGHS and expectation of the functionality? |
My interest is in adding user cuts at the root node to tighten the relaxation. I am asking HiGHs devs if it is actually implemented. It is not clear from the documentation if cuts are possible with the current callback entry points. |
It seems that user cut and lazy constraint haven't been implemented in HiGHS currently. I will leave this issue open and get back to this once HiGHS implements these features. |
Great. I asked them and the devs put it as feature request. |
Fyi, I've gotten a similar request for Gurobi from my team. |
https://metab0t.github.io/PyOptInterface/callback.html Callback is supported for Gurobi |
Following our previous discussion on HiGHS repo, can callback be supported for HiGHs as well?
I can help with testing.
The text was updated successfully, but these errors were encountered: