<div dir="ltr">You may want to post the error measures from the sedumi solve. You can get them by setting pars.errors=1.<div>Imre</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 21, 2015 at 12:00 PM,  <span dir="ltr">&lt;<a href="mailto:csdp-request@list.coin-or.org" target="_blank">csdp-request@list.coin-or.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Csdp mailing list submissions to<br>
        <a href="mailto:csdp@list.coin-or.org">csdp@list.coin-or.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://list.coin-or.org/mailman/listinfo/csdp" rel="noreferrer" target="_blank">http://list.coin-or.org/mailman/listinfo/csdp</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:csdp-request@list.coin-or.org">csdp-request@list.coin-or.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:csdp-owner@list.coin-or.org">csdp-owner@list.coin-or.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Csdp digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. comparison of CSDP and SeDumi (Dehghanpoor, Golnoosh)<br>
   2. Re: comparison of CSDP and SeDumi (Brian Borchers)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 20 Jul 2015 20:26:28 +0000<br>
From: &quot;Dehghanpoor, Golnoosh&quot; &lt;<a href="mailto:g.dehghanpoor@wustl.edu">g.dehghanpoor@wustl.edu</a>&gt;<br>
To: &quot;<a href="mailto:csdp@list.coin-or.org">csdp@list.coin-or.org</a>&quot; &lt;<a href="mailto:csdp@list.coin-or.org">csdp@list.coin-or.org</a>&gt;<br>
Subject: [Csdp] comparison of CSDP and SeDumi<br>
Message-ID:<br>
        &lt;<a href="mailto:BN3PR0201MB09610D9339DBA7DE87FE65FBEB850@BN3PR0201MB0961.namprd02.prod.outlook.com">BN3PR0201MB09610D9339DBA7DE87FE65FBEB850@BN3PR0201MB0961.namprd02.prod.outlook.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
<br>
I&#39;m trying to solve a SDP problem with CSDP (from gloptipoly package) , which I&#39;ve previously run with SeDumi and have gotten answer. But CSDP finds the same problem infeasible. Do you know what might be causing the problem? (I had to change [0 nsdpblocks+1 i i -c(i)] to full([0 nsdpblocks+1 i i -c(i)]) in fprintf in writedspa function to get the code working). Thanks for your time.<br>
<br>
<br>
Regards,<br>
<br>
Golnoosh<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://list.coin-or.org/pipermail/csdp/attachments/20150720/6325404a/attachment-0001.html" rel="noreferrer" target="_blank">http://list.coin-or.org/pipermail/csdp/attachments/20150720/6325404a/attachment-0001.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 20 Jul 2015 18:50:18 -0600<br>
From: Brian Borchers &lt;<a href="mailto:borchers@nmt.edu">borchers@nmt.edu</a>&gt;<br>
To: &quot;Dehghanpoor, Golnoosh&quot; &lt;<a href="mailto:g.dehghanpoor@wustl.edu">g.dehghanpoor@wustl.edu</a>&gt;<br>
Cc: &quot;<a href="mailto:csdp@list.coin-or.org">csdp@list.coin-or.org</a>&quot; &lt;<a href="mailto:csdp@list.coin-or.org">csdp@list.coin-or.org</a>&gt;<br>
Subject: Re: [Csdp] comparison of CSDP and SeDumi<br>
Message-ID:<br>
        &lt;CAE-H=HSPw6Hd2QpZi9WMfyuk91=<a href="mailto:C2SZc5tv_JDwrdjJVT6wMyQ@mail.gmail.com">C2SZc5tv_JDwrdjJVT6wMyQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Without seeing the problem, I can&#39;t give any sort of complete answer to<br>
this question.<br>
<br>
One common issue is that  SeDuMi has different requirements for feasibility<br>
than the other primal-dual interior point codes in that it will allow<br>
either the X or Z variable to have slightly negative eigenvalues, while<br>
CSDP, SDPT3, and SDPA all require that these variables have Cholesky<br>
factorizations.  There are many badly posed problems that are right on the<br>
edge of feasibility with respect to this issue.<br>
<br>
<br>
On Mon, Jul 20, 2015 at 2:26 PM, Dehghanpoor, Golnoosh &lt;<br>
<a href="mailto:g.dehghanpoor@wustl.edu">g.dehghanpoor@wustl.edu</a>&gt; wrote:<br>
<br>
&gt;  Hi,<br>
&gt;<br>
&gt;<br>
&gt;  I&#39;m trying to solve a SDP problem with CSDP (from gloptipoly package) ,<br>
&gt; which I&#39;ve previously run with SeDumi and have gotten answer. But CSDP<br>
&gt; finds the same problem infeasible. Do you know what might be causing the<br>
&gt; problem? (I had to change [0 nsdpblocks+1 i i -c(i)] to full([0<br>
&gt; nsdpblocks+1 i i -c(i)]) in fprintf in writedspa function to get the code<br>
&gt; working). Thanks for your time.<br>
&gt;<br>
&gt;<br>
&gt;  Regards,<br>
&gt; Golnoosh<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Csdp mailing list<br>
&gt; <a href="mailto:Csdp@list.coin-or.org">Csdp@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/csdp" rel="noreferrer" target="_blank">http://list.coin-or.org/mailman/listinfo/csdp</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Brian Borchers                          <a href="mailto:borchers@nmt.edu">borchers@nmt.edu</a><br>
Department of Mathematics      <a href="http://www.nmt.edu/~borchers/" rel="noreferrer" target="_blank">http://www.nmt.edu/~borchers/</a><br>
New Mexico Tech                       Phone: <a href="tel:%28575%29%20322-2592" value="+15753222592">(575) 322-2592</a><br>
Socorro, NM 87801                   FAX: <a href="tel:%28575%29%20835-5366" value="+15758355366">(575) 835-5366</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://list.coin-or.org/pipermail/csdp/attachments/20150720/6f4bd4c5/attachment-0001.html" rel="noreferrer" target="_blank">http://list.coin-or.org/pipermail/csdp/attachments/20150720/6f4bd4c5/attachment-0001.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Csdp mailing list<br>
<a href="mailto:Csdp@list.coin-or.org">Csdp@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/csdp" rel="noreferrer" target="_blank">http://list.coin-or.org/mailman/listinfo/csdp</a><br>
<br>
<br>
End of Csdp Digest, Vol 32, Issue 3<br>
***********************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><a href="http://imre.polik.net" target="_blank">http://imre.polik.net</a></div>
</div>