<div dir="ltr">The following workflow is not doing what I expected.<div><br></div><div>1 OsiClp o;</div><div>2 o.loadProblem(...)</div><div>3 o.branchAndBound();</div><div>4 o.addRow();</div><div>5 o.branchAndBound();</div><div><br></div><div>After 3, the model seems to be changed - for example, a bunch of columns are fixed to 0 and some are fixed to 1. Presumably presolve or the reduced model in the tree at the end of solve.</div><div><br></div><div>So, when I add my row, I am no longer working with the original model.</div><div><br></div><div>Bug? Expected behavior? </div><div><br></div><div>How does one go about doing what I want - which is: solve, add a row, solve again.</div><div><br></div></div>