Hello everybody,<br><br>Iīm using the CLP 1.14.4 (executable) to solve a linear problem. I wrote the input file as a .lp format and the model has 2 positive variables f(i,j) and y(i).<br><br>When I solve the problem with CLP, it found the optimal solution, but in the output file, all variables have the name as X<br>
<br>For example:<br><br>     0 x0                      1069.8878                      0<br>      1 x1                       4096.953                      0<br>     13 x13                            29                      0<br>
     15 x15                          1221                      0<br>     17 x17                     4076.3602                      0<br><br>For example, I would like that the first variable was shown as f(1,10), the second f(3,30) etc, not as X, which means nothing to me.<br>
<br>I searched the documentation of the CLP, but I didnīt find what to do to the names of the variables appears in the solution file with their original names.<br><br>Can somebody help me?<br><br>Thanks in advance.<br>Jack<br>