I&#39;m new to OsiSolverInterface, and am a little frustrated at not being able to find very much in the way explanation of typical ways to use it.  The Doxygen docs only really help once you get the hang of it.  In any case, here&#39;s my simple question: when adding a row via addRow (or addRows) or a column via addColumn how do you find out the row number (resp. column number) of the newly added entity?  It&#39;s necessary to know this when, for example, I might want to delete a row, or change its upper or lower bounds.  Will the new row (resp. column) always be added &quot;at the end&quot; (i.e. the number will be numRows, or numCols).  Do deleted rows or columns leaves holes that are never filled?<br>
<br><br>Victor<br><br><br>