Hello guys,<br><br>I need some help. Iīm testing a problem in Clp, I wrote it in .lp to input but the Clp doesnīt recognize the name of the constraints.<br><br>I thought my .lp was wrong, but it works perfectly on GLPK, and it finds the optimal solution (obj 5169.13). I tried all the combinations I could imagine and all didnīt work. Clp tell the name contains illegal character &quot;:&quot;, which the documentation tell, it works to identify the end of the name of each constraint.<br>
<br>I have no idea how to solve this. The file is attached on email. The Clp version was 1.14.4.<br><br>The most strange thing is I used GLPK to convert the .lp file to .mps and solved it on Clp. It works! So, I thought it could be some problem with the .lp files.<br>
<br>All the constraints name are according to the function is_invalid_name( ). It must return 0 to all of them.<br><br>It should be something stupid but I have no idea what it could be. I think thatīs something wrong in the line 5.<br>
<br>Does somebody know what how can I solve this problem?<br><br>Best regards,<br>Jack Hagart<br>