Hacker News new | ask | show | jobs
by raverbashing 3546 days ago
Was it GLPK or something else used?
1 comments

We used PuLP, which in turn uses cbc (part of the COIN-OR) project. I used to use lp_solve, but cbc turned out to be able to solve more complicated problems more quickly.