This directory contains the MATLAB interface to CSDP. There are three MATLAB functions:
csdp Solved a problem in SeDuMi format.
writesdpa Takes a problem in SeDuMi format and outputs it
to a file in SDPA sparse format.
readsol Reads a CSDP solution into the workspace in SeDuMi form.
convertf Converts free variables in a SeDuMi problem into the
differences of nonnegative variables, so that the problem
can be solved by CSDP.
Note that these .m files must be in your MATLAB search path, and that the csdp executable must be in your shell's search path for this interface to work.
