1

Has anyone used the GLPK for production systems? I have an application currently powered by CPLEX and wish to replace it with a free software alternative.

It is used to solve a large MIP (thousands of variables) for a scheduling problem. I would like to know whether GLPK is mature enough to handle this.

Thanks

2 Answers 2

3

I am not sure about GLPK as I do not have much experience with it. I am able to recommend https://projects.coin-or.org/Clp

It is open-source, written by IBM Research as part of their COmputational INfrastructure for Operations Research (COIN-OR) group.

Let me know how it works! Good luck, m

Sign up to request clarification or add additional context in comments.

1 Comment

2

I've been using GLPK on 200,000+ variable problems - solves them in a few seconds, so yes if you can define your problem and don't mind C/C++ it's fine.

1 Comment

Are you solving a 200,000 variable MIP with GLPK? Be careful with what you recommend, the difficulty of MIP's varies a lot, even among problems of the same number of variables.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.