Index of /~hwolkowi/henry/reports/RSD/RSD0.1

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]GRSD/2020-11-19 11:58 -  
[TXT]README.html2014-02-19 14:03 1.8K 
[TXT]README.txt2010-11-28 20:06 1.5K 
[DIR]SRSD/2015-09-30 11:22 -  
[TXT]readmelocal.txt2013-07-19 13:32 325  

RSD version 0.1

RSD (written in MATLAB) is an SDP solver that aims to find solutions with high accuracy. The current version is 0.1. There are two solvers: The corresponding codes are grssdp.m and srssdp.m.

The main inputs are:

Two main parameters are: In order to generate random inputs, two MATLAB codes can be used: testgrssdp.m; and testsrssdp.m. These two codes need [n, m], the size of inputs, and two main parameters, toler and precond. They generate random instances of (C, A, and b) and run the corresponding solver, grssdp.m or srssdp.m.

There are some more parameters and inputs, please use 'help grssdp' or 'help srssdp' to learn more about these additional parameters and inputs.

The current version is written completely in MATLAB; therefore, it is suitable only for problems of small size (n ~ 100, m < n(n+1)/2). There is a long to-do list regarding the implementation/improvement of the code and we will try to put them into the next version.

If you have any comments or suggestions, please let us know by sending emails to Xuan.Doan@wbs.ac.uk or hwolkowicz@uwaterloo.ca
November 2010: Xuan Vinh Doan, Serge Kruk, Henry Wolkowicz