About parallel programing for QCQP problem
AnsweredHi all,
May I ask when Gurobi solving a QCQP problem, does it do it parallelly? Is there any paper/articles I can read to learn about how to parallel QCQP problems?
Thanks
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Zhao,
The branch and bound part is done in parallel (for problems with integrality constraints), and for purely continuous convex quadratic problems, a big part of Barrier is performed in parallel.
Best,
Daniel0 -
Hi Daniel,
Thanks for your reply. I know that things like matrix multiplication can be done very fast using parallel, may I ask what do you mean by 'a big part of the Barrier is performed in parallel'? Does it mean that it break the big problem into small subproblems and solve them in each core, and then communicate and update, or you mean that a lot of operations of Barrier is done in parallel, like matrix multiplication?
Thanks a lot!
QQ
0 -
Hi Zhao,
I mean it in this context: https://link.springer.com/chapter/10.1007/3-540-63138-0_22
Daniel
0
Post is closed for comments.
Comments
4 comments