views:

31

answers:

1

Hi

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

A: 

Maybe this could help you:

Agusti-N
Thanks. But basically I want a performent Java based Solver. LPSOLVE has a JAVA interface but the core solver is in C
Wanderer