Which is the default Solver for Basis Pursuit (CVXPY)?

197 views
Skip to first unread message

Cry Gen

unread,
Nov 3, 2017, 9:10:18 AM11/3/17
to mosek
I am solving the Basis Pursuit Problem in python which works very well with the fallowing code


x    
= cvx.Variable(n)

objective  
= cvx.Minimize(cvx.norm(x, 1))
constraints
= [A*x-y==0]
prob        
= cvx.Problem(objective, constraints)
result      
= prob.solve(solver="MOSEK",verbose=False)

Since I am new in optimization I would like to now which default solver within MOSEK is used in this case? Somehting like ADMM?

Thanks in advance!

Erling D. Andersen

unread,
Nov 3, 2017, 9:21:33 AM11/3/17
to mosek
Reply all
Reply to author
Forward
0 new messages