Hello,<div><br></div><div>I am interested in counting the total number of simplex pivots that are taken when solving a problem using cbc with clp. Instead of trying to dig through the cbc code to do this at a high level, I thought I would count the number of calls to the routine that performs the pivots. Is it correct that this routine is CoinFactorization::replaceColumn? I&#39;ve also looked at CoinOslFactorization::replaceColumn and CoinSimpFactorization::replaceColumn, but these don&#39;t appear to be called. Is my approach reasonable?</div>
<div><br></div><div>Thanks,</div><div>Miles</div>