Johan Löfberg

Results 100 issues of Johan Löfberg

type:bug
type:feature
module:core
module:bisection
module:optimizer

This should break (or it is at least not intended to work) optimize(exp(x^2)

type:bug
type:feature
module:core

no nonlinear constraints and it crashes matlab

type:bug
external:other

``` >> is(x'*x,'quadratic') ans = logical 1 >> is(x'*abs(x),'quadratic') ans = logical 1 ```

type:bug
module:core

Using colamd+dmperm

type:enhancement
module:robust

I guess sdpt3 should be listed before sedumi for that to work?

type:enhancement
module:bmibnb

``` sdpvar x lambda; Constraints = [x

module:optimizer

`sdpvar x1 x2 y1 y2 y3 OO = -8*x1 - 4*x2 + 4*y1 - 40*y2 + 4*y3; CO = [x1 x2]>=0; OI = x1+2*x2+y1+y2+2*y3; CI = [[y1 y2 y3] >=...

type:bug
external:mosek