Johan Löfberg

Results 100 issues of Johan Löfberg

https://github.com/yalmip/YALMIP/blob/07caec843c9ba6946417f44b0f906fecbee680a1/%40sdpvar/floor.m#L23 same in ceil etc

type:bug
module:core

`sdpvar x1 x2; Con=[x1^3+x2^3+x1^2*x2^2==22.875,x1+x2>=3]; optimize(Con,x1+x2,sdpsettings('solver','penlab')) check(Con)`

type:bug
external:penlab

Sometimes we might be interested n seeing exactly what e.g. fmincon finds on a nonconvex model Requires #602 to be implemented

type:enhancement
module:core

type:enhancement
type:question
module:core

Simply use yalmip2quadprog

type:enhancement
module:core

``` yalmip('clear') Pg_un=sdpvar(3,1,'full'); W=[0

module:robust