YALMIP icon indicating copy to clipboard operation
YALMIP copied to clipboard

Support evaluation based stuff in optimizer

Open johanlofberg opened this issue 11 years ago • 0 comments

Something like this would be nice

sdpvar x y
P = optimizer([x <= sin(y)*cos(y)],x^2,sdpsettings('solver','+quadprog'),y,x)
P{pi}

johanlofberg avatar May 15 '13 09:05 johanlofberg