<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div><div><div><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;"><div>Dears all,<br></div><div><br></div><div><div>I am using your SYMPHONY solver to tackle a MILP problem. I read the SYMPHONY 5.5.0 User’s Manual. Thank you for this remarkable work.<br></div><div>However, I am stucked when I tried to change a single coefficient in the constraint matrix. I mean would like to use a SYMPHONY function that does the same thing as the following CPLEX function: <span class="function-name">CPXchgcoef</span>(CPXCENVptr <span class="parameter-name">env</span>, CPXLPptr <span class="parameter-name">lp</span>, int <span class="parameter-name">i</span>, int <span class="parameter-name">j</span>, double <span class="parameter-name">newvalue</span>). In the SYMPHONY user's manual there is this function sym_set_row_type(sym_environment *env, int index, char rowsense, double rowrhs, double rowrng), however I am not sure if this function is appropriate to change a single coefficient in the constraint matrix. Please could you guide me how I can change a single coefficient in the constraint matrix with SYMPHONY API C.<br></div><div><br></div><div>Best regards<br></div><div>Kaba<br></div><div>researcher INRIA LIlle France.</div></div></div></div></div></div></div></body></html>