You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to YALMIP
Hi Prof. Löfberg,
Gurobi latest version (9.0.0) supports bilinear constraints, but optimization models with bilinear constraints constructed by YALMIP cannot be solved by gurobi 9.0.0 (it shows 'solver not applicable'). Will the next version YALMIP support this?
Best,
Yafeng
Johan Löfberg
unread,
Dec 18, 2019, 6:08:12 AM12/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to YALMIP
Not sure. The current middle layer between YALMIP and Gurobi is based on a conic representation of the constraints, which has to be rewritten completely to use quadratic representations instead.
Yafeng Wang
unread,
Dec 18, 2019, 1:29:34 PM12/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to YALMIP
OK, got it. I will use gurobi interface directly to build the model then.