views:

89

answers:

1

I'm trying to use DSDP (semidefinite programming package) with cvxopt. I have both of them installed (matlab version for DSDP). I have Python 2.5.2.

When trying to use

dsp(..., solver='dsdp')

I get an errors mentioning solvers.dsdp is not installed.

How to I make them work together?

A: 

I would suggest asking this question on the cvxopt group.

Alec Thomas