<div dir="ltr">Hi,<div>I wrote a test using ClpSimplex and compared it with GLPK, with the same input. The benchmark shows pretty bad than I think. Is there anyway that I can improve the performance?</div><div>In my program, I didn&#39;t use any presolve or postsolve techniques, just set the objective column and addRow one by one, after that, I called initialSolve(). </div><div>I realize if I call prime() will have a better performance but the solution has something wrong(unreasonable solution). </div><div>Is there any common routine that I can follow to improve the performance? If I use addRows( ) instead of add them one by one,  will the speed be faster? </div><div><br></div><div>Thanks,</div><div>Emer</div></div>