Dear there,<br><br>The API provides means to track the constraint and variable index in the generated osi model, variable.get_Column() and constraint.rownumber(). I am wondering how to track the coefficient index in the generated osi model? It seems that MP_data class doesn&#39;t provide this method.<br>
<br>however I realized that this is indeed ambiguous. Say a user may write a variable at both side of a constraint, i.e.,<br><br>&nbsp;coef1 * x1 &gt;= coef2 * x1<br><br>FlopCpp will probably generate<br>(coef1 - coef2) * x1 &gt;= 0<br>
<br>however my question should be clear: I want to establish the correspondence between the user model written in FlopCpp, and the generated osi model. And the last missing piece seems to be the method for MP_data. Any suggestion?<br>
<br clear="all"><br>-- <br>Best regards,<br>Michael Chen<br><br>