Hello everyone,<br><br>I am new to this mailing list and I am not sure where to find older messages in order to check if someone already asked what I am about to ask. So if you want to give me a link to the older messages I will gladly search them, otherwise here&#39;s my doubt:<br>
<br>I am trying to use Couenne (couenne (Linux 2.6.27-15-generic), ASL(20100111)) with AMPL. I read in the documentation that I need to create a couenne.opt file in the same folder Couenne will run in order to pass options. I created the file with the following lines:<br>
<br># File start<br><br>time_limit 3600<br># File end<br><br>I have read and execute permissions on the file (chmod a+rx couenne.opt)<br><br>I am getting the following error: Error reading value for tag time_limit from file.<br>
In the file .../Couenne/src/couenne.opt there&#39;s no mention of the time_limit parameter, however it is listed in the documentation generated.<br><br>My .ampl file is the following:<br><br># File start<br><br>option solver &#39;/usr/Couenne/build/bin/couenne&#39;;<br>
model &#39;.../model.mod&#39; ;<br>data &#39;.../data.dat&#39; ;<br>solve ;<br># File end<br clear="all"><br>Please note that the model and data paths are not like the ones I wrote here.<br><br>Thanks for the help in advance.<br>
<br>-- <br>Bruno Conti Marini<br>M. Sc. Computer Science Student<br>Institute of Computing, UNICAMP<br><a href="http://www.students.ic.unicamp.br/~ra042272/">http://www.students.ic.unicamp.br/~ra042272/</a><br>