From b420392f669a79c1886a874cbefc7ebf06592dd3 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jul 07 2022 21:31:40 +0000 Subject: Add README.md. --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e2034c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# csdp + +[CSDP](https://github.com/coin-or/Csdp/wiki) 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 +multiprocessor systems, and it makes effective use of sparsity in the +constraint matrices.