Linear Programming Tool/Libraries for Java [closed

2019-01-14 02:24发布

I'd like to set up a large linear programming model to solve an interesting problem. I would be most comfortable in Java. What tools/libraries are available?

3条回答
啃猪蹄的小仙女
3楼-- · 2019-01-14 03:07

There were several suggestions from an earlier question that I posted:

and possibly more...

查看更多
手持菜刀,她持情操
4楼-- · 2019-01-14 03:15

I used lp_solve with success. It looks like there is a native Java API, but I've only used the text file interface. It supports the semi-standard MPS and LP file formats, which I found more convenient for trying out different solvers (such as glpsol).

查看更多
登录 后发表回答