-
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
QCQP #92
Comments
sorry note that the one of yesterday is only for polynomial binary optimization |
@joaquimg I think you mentioned to me a paper in Boston this summer but I forgot :-P |
@blegat @joaquimg It was something like this: suppose we have In BnB-PEP, there was only one degree 3 term due to problem structure, so the dummy variable assignment could be done mechanically. |
I think this will be a great idea. Especially, Gurobi's QCQP solver has gotten very good since it came out in 2019. |
Closed by #95 |
We could implement a
PolyJuMP.QCQP.Optimizer
meta-solver that is parametrized by a QCQP optimizer like Alpine or Gurobi and rewrites polynomial constraints into QCQP.@matbesancon gave me the reference https://hal.science/hal-03795395/ during the JuMP-dev call that might be relevant
The text was updated successfully, but these errors were encountered: