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

link|improve this question
Is this what you're talking about? en.wikipedia.org/wiki/Simplex_algorithm – In silico Oct 18 '10 at 6:21
no..i need one in which we have a set of equations and slack variables..LP problem – abas Oct 18 '10 at 6:23
possible duplicate of LP Simplex algorithm in C++ – Merlyn Morgan-Graham Oct 18 '10 at 6:24
sorry i think this is the one i need..but a c/c++ function – abas Oct 18 '10 at 6:24
feedback

2 Answers

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.

link|improve this answer
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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.