I am unable to find an implemenation of simplex method.I have a set of points and want to minimize theie distance so i only need the method simplex I have google before posting this question and could nt find anything that I could use
feedback
|
|
I have released not long ago an open-source simplex method implementation in C++, you can find it on Google Code. I hope you'll find it useful. | |||
|
feedback
|
|
Have a look at the GNU linear programming kit: http://www.gnu.org/software/glpk/ and the COIN-OR project: http://www.coin-or.org/ | |||
|
feedback
|