Skip to content

SDPT3 fails on trivial problem in MATLAB 2016b #2

Description

@johanlofberg

Recompiled everything, works in R2015 and earlier

Model is minimize x s.t [x 1;1 2] >=0

Works

load sdpt3debug
ops.spdensity=.1;
sdpt3(blk,A,C,b,ops)

Fails

load sdpt3debug
ops.spdensity=.5;
sdpt3(blk,A,C,b,ops)

sdpt3debug.zip

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions