![]() |
SDPA Online for your future
[Download] |
|
++ Top
+ SDP Introduction
+ Contact Us
++
++ Online Solver + SDPA Family + Download + Publications ++ |
Tips
Download
Support
|
||||||||||||||||||||||||||||||||||||||||||
Before DownloadingThe items below provide the source file, the installation manual, and the user's manual for each software.The SDPA family consists of different software to solve the SDP problems. The page [SDPA Family] can suggest you the best choice of the SDPA family suitable for your SDP problem. Each software of the SDPA family is distributed under the GNU GPL (General Public License). Each software works on the following Operating Systems.
(1) When compiled by Visual C++, the SDPA links with CBLAS included in CLAPACK instead of the ATLAS library. If you want to compile the Linux source files, we recommend the cygwin environment for Windows. (2) Linux source of the SDPA can also be compiled on Mac or Solaris. If the ATLAS library can not be compiled, please try another version of gcc. (3) MPI system is required. (4) MPI-CH will automatically be installed by ports system. (5) SDPA-M is not supported for 64-bit platforms at the moment. (6) SDPA7 is supported for MacOSX Leopard and Tiger. If you have questions related to the installation and usage, please send us an e-mail from [here].
SDPA [brief description]
SDPA-GMP [brief description]
SDPA-M (MATLAB interface) [brief description]The installation for each package is explained in sdpamManual.pdf.
SDPARA (parallel version) [brief description]
SDPA-C (with the matrix completion) [brief description]
SDPARA-C (parallel version of the SDPA-C) [brief description]
FAQIf you have questions, please contact us from [contact].
Q: [SDPA] How to print out DIMACS errors
A: Please change
Q: [SDPARA] The output file does not contain the result matricies xMat and yMat.
A: The problem SDPARA handles is assumed to be large, and writing the matrices xMat and yMat will generate too large output file. Hence, SDPARA in a default setting does not print out the matrices. If the matrices are necessary, please turn on the function call current.???.display at the bottom of rIO::printLastInfo in rsdpa_io.cpp.
Q: [SDPA-C/SDPARA-C] The output file does not contain the result matricies xMat and yMat.
A: In the completion method we implement in the software, we do not store xMat and yMat theirselves. To print out the matrices, we have to convert internal data to the matrices. Since it is estimated that the conversion will require too long computation time, we have not implemented the conversion. |