People who frequently code semi definite programs, is there any java library for solving sdps? I have tried my luck but all I can find is C/C++ libraries or matlab toolboxes. I can write wrappers to call C from Java but will be much useful if there is indeed a java library.
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
3
|
||||||||||||||||||||||||
|
closed as off topic by Andrew Stacey, Igor Rivin, José Figueroa-O'Farrill, Jacques Carette, S. Sra Oct 28 2011 at 17:44 |
|
2
|
I think the following might fit the bill: If you don't want to pay \$\$, then you might want to implement an interface to one of the following: List of SDP solvers However, I am not aware of a pure Java implementation. If you can incorporate a compiled FORTRAN or C library in Java, then you need not restrict yourself to native Java implementations. |
||||||
|

