Rdsdp {Rdsdp} | R Documentation |
R interface to DSDP semidefinite programming library
Description
Rdsdp is the R package providing a R interface to DSDP semidefinite programming library. The DSDP package implements a dual-scaling algorithm to
find solutions (,
) to linear and semidefinite optimization problems of the form
with
where
means X is positive
semidefinite,
and all
are symmetric matrices of the same
size and
is a
vector of length
.
The dual of the problem is
where
Matrices and
are assumed to be block diagonal
structured, and must be specified that way (see Details).
References
Steven J. Benson and Yinyu Ye:
Algorithm 875: DSDP5 software for semidefinite programming ACM Transactions on Mathematical Software (TOMS) 34(3), 2008
http://web.stanford.edu/~yyye/DSDP5-Paper.pdfSteven J. Benson and Yinyu Ye and Xiong Zhang:
Solving Large-Scale Sparse Semidefinite Programs for Combinatorial Optimization SIAM Journal on Optimization 10(2):443-461, 2000
http://web.stanford.edu/~yyye/yyye/largesdp.ps.gz