use pardiso with osqp called through cvx

55 views
Skip to first unread message

Julien Alapetite

unread,
Jan 26, 2019, 2:11:15 AM1/26/19
to OSQP
I would like to know how to specify that osqp should use pardiso when called through cvx:

prob = cvx.Problem(self.obj,self.const)
prob.solve(solver=cvx.OSQP, verbose=verbose)

thanks

Goran Banjac

unread,
Jan 28, 2019, 4:40:48 AM1/28/19
to OSQP
Hi Julien,

OSQP settings can be passed to CVXPY through its solve function. In particular, you can specify the MKL Pardiso solver as

prob.solve(solver=cvx.OSQP, linsys_solver='mkl pardiso')

For more details, please consult the OSQP documentation website.

Goran
Reply all
Reply to author
Forward
0 new messages