Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using GLPK instead of CPLEX #98

Open
emyr666 opened this issue Jun 29, 2023 · 1 comment
Open

Consider using GLPK instead of CPLEX #98

emyr666 opened this issue Jun 29, 2023 · 1 comment

Comments

@emyr666
Copy link

emyr666 commented Jun 29, 2023

CPLEX is free for academic use...i.e. teaching, not for research.
Universities can use it although strictly speaking if being used for research instead of teaching this is likely a contravention of the license. Any not-for profit research institute that is not a teaching institute will have to pay for the license.
It may be better to remove a dependency on a commercial piece of software. GLPK provides similar functionality to CPLEX and has python bindings but I appreciate that modifying the code to use this instead of CPLEX is a big ask.

@lpalbou
Copy link

lpalbou commented Jul 22, 2024

I agree that if possible, this would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants