[Sparsepop-users] Release SparsePOP 2.99
Status: Beta
Brought to you by:
waki9
From: Hayato W. <wa...@cs...> - 2012-02-14 18:26:22
|
Dear All We are happy to inform you that SparsePOP 2.99 is released. <-- Changes in SparsePOP 2.99 --> (1) SparsePOP can be compiled by mex on Windows 7 with Visual Stadio 2010. (2) Some elements of the structure `SDPinfo' returned from SDPrelaxation.m and SDPrelaxationMex.m are changed: [Add] SDPinfo.SeDuMiA: the coefficient matrix A in the SDP with the SeDuMi format SDPinfo.SeDuMib: the coefficient vector b in the SDP with the SeDuMi format SDPinfo.SeDuMic: the objective vector c in the SDP with the SeDuMi format SDPinfo.SeDuMiK: the cone K in the SDP with the SeDuMi format SDPinfo.objeConstant: trans.objVonstant SDPinfo.objValScale: trans.objValScale SDPinfo.Amat: trans.Amat SDPinfo.bVect: trans.bVect [Delete] SDPinfo.K, SDPinfo.A, SDPinfo.b, SDPinfo.c, SDPinfo.K.f, SDPinfo.J. (3) We checked that SparsePOP can be compiled under a Windows machine with Microsoft Visual C++ 7.0 or later. (4) The previous version of readGMS.m recognized the expression `+ - 0.5' as 0.5, not -0.5. We fixed this bug. The current version read it as `-0.5'. In addition, we changed the number of digit for vpa. (5) symamd in SDPrelaxationMex.m returns a segmentation fault for a POP with unused variables. We fixed this bug. Best regards, Hayato Waki |