I have to migrate some old code which used the c based LPPSolver library to solve a Simplex problem. My problem in Java is to find anon commercial JAVA based solver which can handle large number of variables. I have tried the Apache SimplexSolver. But in most of my cases I get not feasible solution. Please help. Thanks
Asked
Active
Viewed 1,912 times
0
-
Similar questions: http://stackoverflow.com/questions/531049/java-library-simplex-linear-programming-optimization http://stackoverflow.com/questions/143020/mathematical-optimization-library-for-java-free-or-open-source-recommendation – Giuseppe Cardone Oct 06 '10 at 08:32
-
Yes I have read these posts. But they never really really gave a solution. One of them proposed the Apache SimplexSolver which I tried out but I am not getting reliable solutions... – foolingcoder Oct 06 '10 at 09:44
2 Answers
0
-
Thanks. But basically I want a performent Java based Solver. LPSOLVE has a JAVA interface but the core solver is in C – foolingcoder Oct 12 '10 at 07:31
-
0
¿Have you looked at eh COIN-OR projects? Maybe there is a Java-based solver.
But the matter seems to be that your problem has no solution with your parameters and data. You can try to solve it on any of the solvers of the NEOS Server to see where the problem could be.

Pablo Rodriguez
- 582
- 4
- 18