It looks like you changed the wrong line. There are two cases: the first is the case where column names are given and the second is the case where column names are not given. You want to edit the code for the first case, as such<br>

<br>                printf(&quot;%10s %10.3f\n&quot;, <br>                   env-&gt;mip-&gt;colname[env-&gt;best_sol.xind[j]],<br>                   env-&gt;best_sol.xval[j]);<br><br><br>Ted<br><br><div class="gmail_quote">

On Wed, Dec 12, 2012 at 3:14 AM, fdf dfd <span dir="ltr">&lt;<a href="mailto:foreverf2@gmail.com" target="_blank">foreverf2@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<p>Hello Ted</p><p>I&#39;m using 5.4.0 version and I changed 8 to 10. But solution screen didn&#39;t change.<br></p><p>printf(&quot;%10d %10.3f\n&quot;,
env-&gt;best_sol.xind[j], <br></p><p></p><p>solution screen:<br></p>

<p>+++++++++++++++++++++++++++++++++++++++++++++++++++<br></p><p></p><p></p>

<p>Column names and values of nonzeros in the solution</p>

<p>+++++++++++++++++++++++++++++++++++++++++++++++++++</p>

<p>X0010070      1.000<br></p><p></p>

<p>X0020010      0.000</p><p></p><p>.</p><p>.</p><p>.<span style="font-family:&#39;Times New Roman&#39;,serif;font-size:12pt">Best regards</span></p><p><span style="font-family:&#39;Times New Roman&#39;,serif;font-size:12pt">Tezcan</span></p>

<div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/11 Ted Ralphs <span dir="ltr">&lt;<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


The quickest solution is to modify the source code directly. There are several places where solutions may be printed out (you can find these by looking for the string &quot;Solution&quot; in files within the directory SYMPHONY/src/Master). Assuming you are only concerned with the final solution, look in SYMPHONY/src/Master/main.c for where the solution gets printed out (Search for &quot;Solution&quot;). In Version 5.4.4, it is on line 399. On the line with the &quot;printf&quot; statement, change the &quot;8&quot; to whatever you like and that will fix it. We&#39;ll look at this in a future version and see what the best way to fix it is.<br>




<br>Cheers,<br><br>Ted<br><br><div class="gmail_quote"><div><div>On Tue, Dec 11, 2012 at 7:42 AM, fdf dfd <span dir="ltr">&lt;<a href="mailto:foreverf2@gmail.com" target="_blank">foreverf2@gmail.com</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>

<div><span style="color:rgb(31,73,125)" lang="EN-US">Hello</span></div><span style="color:rgb(31,73,125)" lang="EN-US"><div><span style="color:rgb(31,73,125)" lang="EN-US"><br></span></div>In our project, we use variables which have more than 8 characters. However, at the solution screen, maximum 8 characters of variables are displayed. How can we solve this problem? </span><div>





<font color="#1f497d"><br></font></div><div><font color="#1f497d">Best regards</font></div><div><font color="#1f497d"><br></font></div><div><font color="#1f497d">Tezcan<br></font><div><font color="#1f497d"><br></font></div>





<div><font color="#1f497d"><br></font><div><div><span style="color:rgb(31,73,125)" lang="EN-US"><br></span></div><div><span style="color:rgb(31,73,125)" lang="EN-US"><br></span></div></div></div></div>
<br></div></div>_______________________________________________<br>
Symphony mailing list<br>
<a href="mailto:Symphony@list.coin-or.org" target="_blank">Symphony@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/symphony" target="_blank">http://list.coin-or.org/mailman/listinfo/symphony</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><br>-- <br>Dr. Ted Ralphs<br>Associate Professor, Lehigh University<br><a href="tel:%28610%29%20628-1280" value="+16106281280" target="_blank">(610) 628-1280</a><br>


ted &#39;at&#39; lehigh &#39;dot&#39; edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>

<br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Dr. Ted Ralphs<br>Associate Professor, Lehigh University<br>(610) 628-1280<br>ted &#39;at&#39; lehigh &#39;dot&#39; edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>

<br>