October 31st, 2007, 3:37 pm
Hi all, I am currently using Numerical Recipes' Simplex to solve LP problems but I am not entirely satisfied by it.Several open source projects dealing with LP related optimization are available and I haven't been able to determine which one is the best.GLPKLP SolveCoinORI am mostly interested in LP for medium scales problems (~1000 variables) and in MIP.I know that Ilog's CPLEX is by far the best product but we are still not sure if it's worth the time and price (we have to adapt some parts of the code in our Pricing Library and if the license expires we'll have to rewrite all of it).So far I have tested LP Solve which has a nice C# interface and whose performace are superior to Numerical Recipes' Simplex.GLPK's interface seems less friendly, and CoinOR has a lot of algorithms to solve MIP.Have you got any feedback about these 3 that you can share?Thanks in advance.
Last edited by
commoquant on October 30th, 2007, 11:00 pm, edited 1 time in total.