<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm using SYMPHONY 5.4.3 by calling it from the
    OsiSymSolverInterface:<br>
    <br>
    <tt>&nbsp;&nbsp; OsiSymSolverInterface *si = new OsiSymSolverInterface();<br>
      &nbsp;&nbsp; si-&gt;parseCommandLine(argc, argv);<br>
      &nbsp;&nbsp; sym_environment *env = si-&gt;getSymphonyEnvironment();<br>
      &nbsp;&nbsp; si-&gt;loadProblem();<br>
    </tt><br>
    <br>
    After loading the problem (in LP file format) I checked the column
    names (si-&gt;getColumnName(i)) and they are all replaced by C0000*<br>
    <br>
    Tried to set the parameter&nbsp;&nbsp; <br>
    &nbsp;&nbsp; si-&gt;setIntParam(OsiNameDiscipline, 2);<br>
    before loading the problem, which is required in OSI to keep names
    but it didn't work.<br>
    <br>
    What else do I need to do to preserve column names after reading an
    LP ?<br>
    <br>
    In SYMPHONY manual it is stated that :<br>
    ... <i>If the data was read in from either an MPS or GMPL/AMPL
      file, then the column names<br>
      will be set automatically</i> ...<br>
    <br>
    My SYMPHONY installation was compiled including GLPK, Blas and
    LAPACK - the default LP solver is CLP.<br>
    <br>
    Cheers,&nbsp; Haroldo<br>
    <pre class="moz-signature" cols="72">--
=============================================================
Haroldo Gambini Santos
Computing Department - Universidade Federal de Ouro Preto - UFOP
email: haroldo [at ] iceb.ufop.br
home/research page: <a class="moz-txt-link-abbreviated" href="http://www.decom.ufop.br/haroldo/">www.decom.ufop.br/haroldo/</a>

</pre>
  </body>
</html>