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

Add support for Interior-Point method for GLPK #174

Open
synchon opened this issue Aug 6, 2018 · 3 comments
Open

Add support for Interior-Point method for GLPK #174

synchon opened this issue Aug 6, 2018 · 3 comments

Comments

@synchon
Copy link
Member

synchon commented Aug 6, 2018

GLPK supports Interior-Point method for LP solution. GX-FBA (a potential method for adding in driven) requires this method explicitly for its implementation. While the CPLEX and Gurobi interface already provides it, it would be nice to have the interface for GLPK working too.

@KristianJensen
Copy link
Contributor

I agree, that would definitely be nice to have. It should also be fairly simple to implement as far as I can see.

@synchon
Copy link
Member Author

synchon commented Aug 8, 2018

Thank you for your reply! If it's not on your to-do checklist for now, let me know if I should open a PR. :D

@KristianJensen
Copy link
Contributor

If you want to try to implement it, that 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