On 2012-03-25, Emil <[email protected]> wrote: > I've also been using CSDP from Sage lately. I am calling the > stand-alone program, rather than using the Python interface (which > isn't a very good solution). why? Is it buggy? > > I was wondering whether using pycsdp is the right way to go though. > Wouldn't it be best to write a small Cython wrapper for the C library? > (I was planning at some point to do this myself.)
well, if pycsdp works, then why you might want another interface? For efficiency? You still would have basically the same overhead of converting Python matrices into C arrays needed by Csdp, I think... Indeed, if you'd start from scratch then Cython is easier to use, but otherwise? Dmitrii > > Emil > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
