| Glad to see someone posted about COIR-OR! I've been looking at open source solvers for a while now to solve an MIP, and this one seems to be the best. There is this annoying thing about the whole ecosystem though, aside from the proprietary bits. I started by looking at GLPK and wrote my MIP in GMPL. For some reason a lot of tools I looked at don't "just work". I have to export it to some other format. It works, but feels like a work-around. I wish there were a lingua franca in this domain and sort of have support from all major solver implementations, but each one seems to have their own way, or just provide an API (ehem google/or-tools) I am happy I can make it work, but it may not be as easy for others. |
JuMP is kind of that in terms of modeling software - http://www.juliaopt.org/
Pyomo is also pretty useful if you'd rather use Python than Julia, though it's not as well-documented and doesn't make installation of the open-source solvers quite as easy for you.