<div dir="ltr">Dear SCIPers,<div><br></div><div>I have a branch-price-and-cut application, and am using SCIP 7.0.1. When I set </div><div>pricing/maxvarsroot = 3</div><div>I get the following behaviour:</div><div><br></div><div>  <font face="monospace">time | node  | left  |LP iter|mem/heur|depth|mdpt |cons |cols |rows |cuts |   dualbound   | primalbound <br>p 3.1s|     1 |     0 |     3 |  clique| 671 |   0 |2038 |1556 |2035 |   0 |       --      |-1.672124e+03<br>  5.7s|     1 |     0 |   114 |   150M |   0 |   0 |2038 |1559 |2035 |   0 |       --      |-1.672124e+03<br> 11.0s|     1 |     0 |   421 |   150M |   0 |   0 |2038 |1859 |2035 |   0 |       --      |-1.672124e+03<br> 17.3s|     1 |     0 |   747 |   150M |   0 |   0 |2038 |2159 |2035 |   0 |       --      |-1.672124e+03<br> 25.8s|     1 |     0 |   920 |   691M |   0 |   0 |2038 |2340 |2035 |   0 | -9.382209e+02 |-1.672124e+03<br> 50.5s|     1 |     0 |  1056 |   730M |   0 |   0 |2038 |2343 |2105 |  70 | -9.382209e+02 |-1.672124e+03<br> 52.1s|     1 |     0 |  1346 |   730M |   0 |   0 |2038 |2417 |2057 |  70 | -9.655814e+02 |-1.672124e+03</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">So at time 5.7s we have 3 new columns as expected. However for the next two lines we see that 3*100 new columns are introduced.</font></div><div><font face="monospace">I have had a look at what is going on in </font>SCIPpricestoreApplyVars and each time it is called we only get 3 new variables priced in. So where do the 100 iterations come from?</div><div><br></div><div>James</div><div><br></div><div>James<br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>James Cussens</div><div>Room CSE/239<br>Dept of Computer Science<br>University of York                                        <br>York YO10 5GE, UK</div><div>Tel    +44 (0)1904 325371</div><div><a href="http://www.cs.york.ac.uk/~jc" target="_blank">http://www.cs.york.ac.uk/~jc</a><br><a href="http://www.york.ac.uk/docs/disclaimer/email.htm" target="_blank">http://www.york.ac.uk/docs/disclaimer/email.htm</a></div></div></div></div></div></div></div>