2

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?

R S
  • 11,359
  • 10
  • 43
  • 50

1 Answers1

0

I would suggest asking this question on the cvxopt group.

Alec Thomas
  • 19,639
  • 4
  • 30
  • 24