Johan Löfberg

Results 100 issues of Johan Löfberg

``` X = sdpvar(2,2); t = sdpvar(2,1); Y = sdpvar(3,3); obj = trace(X)+trace(Y)+5*sum(t); F = [sum(X) == 6+pi*t(1), diag(Y) == -2+exp(1)*t(2)]; F = [F, Y>=0, X>=0]; % With dualization: Lagrangian...

type:enhancement

Should we really fail if we think it is a GP but it isn't

type:bug
type:enhancement
module:core

n=2; zeta = sdpvar(n,1); A = sdpvar(n,n); F = [uncertain(zeta); norm(zeta)

type:bug
type:feature
module:robust

type:enhancement
type:feature
module:core

Replace currently doesn't replace in nested expressions.

type:enhancement
module:core

Only work in non-auxilliary variables in the solvers, use auxilliary temporaily only as function values and gradients are computed

type:performance
module:core

This should be able to represent the components of the second set using no binary variables ``` x = sdpvar(2,1); plot([-10

type:enhancement
module:core