optlang icon indicating copy to clipboard operation
optlang copied to clipboard

Add support for Interior-Point method for GLPK

Open synchon opened this issue 7 years ago • 3 comments

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.

synchon avatar Aug 06 '18 05:08 synchon

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

KristianJensen avatar Aug 08 '18 00:08 KristianJensen

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

synchon avatar Aug 08 '18 05:08 synchon

If you want to try to implement it, that would be great :)

KristianJensen avatar Aug 08 '18 07:08 KristianJensen