<div>Thanks Andreas and Mikhail.</div>
<div>&nbsp;</div>
<div>We presolve with CPLEX, which reduces the time&nbsp;a little bit.</div>
<div>&nbsp;</div>
<div>Best regards</div>
<div>&nbsp;</div>
<div>Vatsal<br><br></div>
<div class="gmail_quote">On Thu, Oct 23, 2008 at 2:47 PM, Mikhail Nediak <span dir="ltr">&lt;<a href="mailto:MNediak@business.queensu.ca">MNediak@business.queensu.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><font face="sans-serif" size="2">Well, hypothetically, could not one try to find a feasible solution to</font> <br>

<div class="Ih2E3d"><font face="sans-serif" size="2">min &nbsp; 0^T x</font> <br><font face="sans-serif" size="2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A x = b</font> <br><br></div><font face="sans-serif" size="2">using CPLEX? Of course, CPLEX was NOT specifically designed to do this...</font> <br>
<br><font face="sans-serif" size="2">However, I wonder if linear algebra routines in CPLEX would beat MUMPS when accessed like that.</font> <br><br><font face="sans-serif" size="2">Mikhail<br></font><br><br><br>
<table width="100%">
<tbody>
<tr valign="top">
<td><font face="sans-serif" color="#5f5f5f" size="1">From:</font> 
<td><font face="sans-serif" size="1">Andreas Waechter &lt;<a href="mailto:andreasw@watson.ibm.com" target="_blank">andreasw@watson.ibm.com</a>&gt;</font> 
<tr valign="top">
<td><font face="sans-serif" color="#5f5f5f" size="1">To:</font> 
<td><font face="sans-serif" size="1">Vatsal Bhatt &lt;<a href="mailto:vatsalbhatt@gmail.com" target="_blank">vatsalbhatt@gmail.com</a>&gt;</font> 
<tr>
<td valign="top"><font face="sans-serif" color="#5f5f5f" size="1">Cc:</font> 
<td><font face="sans-serif" size="1"><a href="mailto:ipopt@list.coin-or.org" target="_blank">ipopt@list.coin-or.org</a></font> 
<tr valign="top">
<td><font face="sans-serif" color="#5f5f5f" size="1">Date:</font> 
<td><font face="sans-serif" size="1">23/10/2008 02:38 PM</font> 
<tr valign="top">
<td><font face="sans-serif" color="#5f5f5f" size="1">Subject:</font> 
<td><font face="sans-serif" size="1">Re: [Ipopt] IPOPT with CPLEX?</font></td></td></tr></td></td></tr></td></td></tr></td></td></tr></td></td></tr></tbody></table><br>
<hr noshade>
<br><br><br><tt><font size="2">
<div>
<div></div>
<div class="Wj3C7c">Hi Vatsal,<br><br>MUMPS and Pardiso are solving linear systems, i.e., for a given matrix A <br>and a vector b, it gets a vector x that satisfies<br><br>Ax = b<br><br>Here, A is a symmetric indefinite matrix.<br>
<br>CLPEX is a Linear Programming solver. &nbsp;This is something entirely <br>different. &nbsp;It solves LPs like<br><br>min &nbsp;c^T x<br>&nbsp; &nbsp; &nbsp;A x &gt;= b<br><br>CLPEX has completely different functionality from MUMPS and cannot replace <br>
it.<br><br>Andreas<br><br>On Thu, 23 Oct 2008, Vatsal Bhatt wrote:<br><br>&gt; Many thanks to the developers of IPOPT for large scale NLPs and making it<br>&gt; opensource.<br>&gt;<br>&gt; Since our MARKAL-MACRO energy systems analysis model had a problem running<br>
&gt; with other solvers, GAMS suggested us to use IPOPT. It handles our model<br>&gt; well, we are happy that atleast it runs...<br>&gt;<br>&gt; Since our model has several thousand equations with several hundred thousand<br>
&gt; non-zeros, it takes nearly an hour for a run. It uses MUMPS as a linear<br>&gt; solver and the documentation has suggestions on using PARDISO.<br>&gt;<br>&gt; We use CPLEX for our LP based MARKAL, which solves the same system in LP<br>
&gt; within 5 minutes (without 5 macro economic equations).<br>&gt;<br>&gt; Would it be possible for us to use CPLEX instead of MUMPS within IPOPT?<br>&gt;<br>&gt; Thanks in advance for your help.<br>&gt;<br>&gt; Vatsal<br>
&gt;<br></div></div>_______________________________________________<br>Ipopt mailing list<br><a href="mailto:Ipopt@list.coin-or.org" target="_blank">Ipopt@list.coin-or.org</a><br></font></tt><a href="http://list.coin-or.org/mailman/listinfo/ipopt" target="_blank"><tt><font size="2">http://list.coin-or.org/mailman/listinfo/ipopt</font></tt></a><tt><font size="2"><br>
</font></tt><br><br><br>_______________________________________________<br>Ipopt mailing list<br><a href="mailto:Ipopt@list.coin-or.org">Ipopt@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/ipopt" target="_blank">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>
<br></blockquote></div><br>