YALMIP icon indicating copy to clipboard operation
YALMIP copied to clipboard

Allow binmodel when binary times quadratic

Open johanlofberg opened this issue 10 years ago • 0 comments

Can be done by introducing auxilliary continuous model x*z

binvar x
sdpvar z
binmodel(x*z^2,[0 <= z <= 8])

johanlofberg avatar Aug 25 '14 07:08 johanlofberg