<font><font size="2">Hello.<br><br>How could I represent SOS2 in .lp file (to be solved in cplex 11.2)? <br>
</font></font><font><font size="2"> For example, to represent {d11, d12, d13} is SOS2, when I use <br></font></font><font><font size="2"> SOS2:</font></font><font><font size="2"> d11, d12, d13</font></font><font><font size="2"><br>

cplex provides the warning: name &quot;</font></font><font><font size="2">SOS2:</font></font><font><font size="2"> d11, d12, d13</font></font><font><font size="2">&quot; does not exist.</font></font><font><font size="2"><br>
</font></font><font><font size="2">Thank you!</font></font><font><font size="2"> <br><br>
Have a great holiday!</font></font><br><br>Best,<br>Chendong<br>
<br><br><div class="gmail_quote">On Sun, Dec 14, 2008 at 12:13 AM, Matthew Saltzman <span dir="ltr">&lt;<a href="mailto:mjs@clemson.edu" target="_blank">mjs@clemson.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Fri, 2008-12-12 at 14:05 -0600, Chendong Li wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; What is the easiest way to convert .MPS file to .LP file in CPLEX?<br>
<br>
</div>Read the file into CPLEX, then write it out in .lp format.<br>
<br>
See the read and write commands in the CPLEX docs.<br>
<br>
Note that certain .mps files need to be run through the convert utility<br>
provided with CPLEX before reading. &nbsp;Particularly, if row, column, or<br>
section names contain blanks, this step is necessary.<br>
<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
&gt; Chendong<br>
&gt; _______________________________________________<br>
&gt; Coin-discuss mailing list<br>
&gt; <a href="mailto:Coin-discuss@list.coin-or.org" target="_blank">Coin-discuss@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/coin-discuss" target="_blank">http://list.coin-or.org/mailman/listinfo/coin-discuss</a><br>
<font color="#888888">--<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Matthew Saltzman<br>
<br>
Clemson University Math Sciences<br>
mjs AT clemson DOT edu<br>
<a href="http://www.math.clemson.edu/%7Emjs" target="_blank">http://www.math.clemson.edu/~mjs</a><br>
</font></blockquote></div><br>