Hi All,<br><br>I read a lp model in mps format model using the readMps command. Then some constraints are added and deleted during the program run<br>What methods can I use to obtain coefficients of the constraints present in the model.  I am finding it difficult to understand the ClpMatrixBase class.<br>

Is there a straight forward way to do so. <br>something like, <br><br>double* getRowCoefficients(int rowIdx)<br><br>or else, if someone can tell how to use the ClpMatrixBase class to obtain the coefficients<br><br>Thanks,<br>

Akhil<br>