<html>
<body>
At 05:51 PM 2/18/2008, Rod Frowd wrote:<br>
<blockquote type=cite class=cite cite="">Parameters I changed
were:<br><br>
COIN_INT_SCALING&nbsp; set to 5 was 3<br>
COIN_INT_PERTURBATION&nbsp;&nbsp;&nbsp; set to 50 was 100<br>
COIN_INT_PRIMALPIVOTALG&nbsp; set to 4 was 1<br>
COIN_INT_DUALPIVOTALG&nbsp;&nbsp;&nbsp; set to 3 was 1<br><br>
It went from 15000 iterations to around 5000 with these changed. The
problem I am solving is not well conditioned numerically so these
parameters seem to help.<br>
...<br>
Rod</blockquote><br>
I have been looking at various places in the code, and I thought that the
only <br>
options to COIN_INT_SCALING&nbsp; were 0,1,2,3 and 4.<br><br>
For instance, in CoinMP.cpp, the options table has these lines:<br>
<blockquote type=cite class=cite cite=""><font face="Arial, Helvetica">
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&nbsp;
</font><font face="Arial, Helvetica" color="#A31515">
&quot;Scaling&quot;</font><font face="Arial, Helvetica">
,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
</font><font face="Arial, Helvetica" color="#A31515">
&quot;Scaling&quot;</font><font face="Arial, Helvetica">
,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
GRP_SIMPLEX,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4,&nbsp; OPT_LIST,&nbsp;&nbsp; 0,&nbsp;&nbsp; COIN_INT_SCALING, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</font><font face="Arial, Helvetica" color="#008000">/* Sets or unsets
scaling, 0 -off, 1 equilibrium, 2 geometric, 3, auto, 4 dynamic(later)
*/</font></blockquote><br>
... and there is a similar comment in Clp_C_Interface.cpp.<br><br>
So where is option 5 documented, and what does it do?<br><br>
LAT<br>
</body>
</html>