Answer the question
In order to leave comments, you need to log in
Math library with simplex method?
Good day ...
Who are the mat. does the library know that the search for an extremum by a simplex method with restrictions (from the field of linear programming) was implemented there? The language will suit any of the following: C, C++, Java, Python, .NET languages…
Thanks in advance…
Answer the question
In order to leave comments, you need to log in
Java - Apache Commons Math
commons.apache.org/math/
and here is the simplex method itself commons.apache.org/math/apidocs/org/apache/commons/math/optimization/linear/SimplexSolver.html
and here how to use google- opensource.blogspot.com/2009/06/introducing-apache-commons-math.html
For linear programming problems, there is such a package called COIN. You can download it here: www.coin-or.org/download.html. It is used by almost all professionals who are somehow connected with solving LP problems (such as packaging, transport tasks, etc.). True, it is not so easy to understand it initially. But then it's just a fairy tale =)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question