Skip to content
Brian Borchers edited this page Oct 17, 2018 · 12 revisions

This is the project page for the CSDP project of COIN-OR.

CSDP is a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and Wolkowicz. The main advantages of this code are that it is written to be used as a callable subroutine, it is written in C for efficiency, the code runs in parallel on shared memory multi-processor systems, and it makes effective use of sparsity in the constraint matrices. CSDP has been compiled on many different systems. The code should work on any system with an ANSI C Compiler and BLAS/LAPACK libraries.

Detailed descriptions of CSDP and its parallel version can be found in the following papers.

CSDP has been used as an SDP solver within a number of other research projects. A list of publication which CSDP has been used is available.

The SDPLIB collection of test problems in semidefinite programming can be used to test your installation of CSDP.

The current version of the CSDP User's Guide is also available.

The most recent stable version of CSDP is 6.2.0. Precompiled binary version of CSDP for Windows and Linux are available:

Please contact the author, [email protected], if you need a binary version for some other computer architecture/OS.

You can obtain a copy of the source code of version 6.2.0 by downloading a compressed tar archive Instructions for building and installing CSDP can be found in the INSTALL file in the top-level Csdp directory.

If you want to access the most recent development version of CSDP, then you can obtain a copy by first installing the subversion tools on your system and then using the svn command:

git https://github.com/coin-or/Csdp.git

CSDP depends on high-performance BLAS and LAPACK libraries. I've written a blog posting about how use BLAS and LAPACK on Linux https://github.com/coin-or/Csdp.git Associated with the project is the [http://list.coin-or.org/mailman/listinfo/csdp CSDP mailing list] for general discussion of CSDP and the [http://list.coin-or.org/mailman/listinfo/csdp-tickets CSDP tickets mailing list] for tracking bug reports. If you would like to submit a ticket, you must first [https://projects.coin-or.org/Csdp/register register with TRAC].

If you have questions about this web site or the code, please contact the [author](mailto:[email protected] author).

Several software packages have built on CSDP or interfaced CSDP to other programming languages:

Ivan D. Ivanov at TU Delft has also modified an earlier version of CSDP for use on a distributed memory system. His version of CSDP is available at [http://lyrawww.uvt.nl/~edeklerk/PCSDP/]http://lyrawww.uvt.nl/~edeklerk/PCSDP/).

Hector Corrada Bravo has developed [an interface between R and CSDP](http://cran.r-project.org/web/packages/Rcsdp/index.html an interface between R and CSDP).

Benjamin Kern is developing a Python interface to CSDP.

Benoit Legat and Elias Kuthe have developed A Julia interface to CSDP.

Clone this wiki locally