<br><font size=2 face="sans-serif">Well, hypothetically, could not one
try to find a feasible solution to</font>
<br><font size=2 face="sans-serif">min &nbsp; 0^T x</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A
x = b</font>
<br>
<br><font size=2 face="sans-serif">using CPLEX? Of course, CPLEX was NOT
specifically designed to do this...</font>
<br>
<br><font size=2 face="sans-serif">However, I wonder if linear algebra
routines in CPLEX would beat MUMPS when accessed like that.</font>
<br>
<br><font size=2 face="sans-serif">Mikhail<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td><font size=1 face="sans-serif">Andreas Waechter &lt;andreasw@watson.ibm.com&gt;</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td><font size=1 face="sans-serif">Vatsal Bhatt &lt;vatsalbhatt@gmail.com&gt;</font>
<tr>
<td valign=top><font size=1 color=#5f5f5f face="sans-serif">Cc:</font>
<td><font size=1 face="sans-serif">ipopt@list.coin-or.org</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td><font size=1 face="sans-serif">23/10/2008 02:38 PM</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td><font size=1 face="sans-serif">Re: [Ipopt] IPOPT with CPLEX?</font></table>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>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>
_______________________________________________<br>
Ipopt mailing list<br>
Ipopt@list.coin-or.org<br>
</font></tt><a href="http://list.coin-or.org/mailman/listinfo/ipopt"><tt><font size=2>http://list.coin-or.org/mailman/listinfo/ipopt</font></tt></a><tt><font size=2><br>
</font></tt>
<br>
<br>