Hi Bruce, > I checked the current version 4.52 and didn't find it support quadratic > programming.Is there any plans to add quadratic programming feature to glpk?
Simple answer ------------- I don't know. Long answer ----------- AFAIK, the simplex method didn't work with quadratic programming. The interior point method can work but the one implement in GLPK isn't the state of the art. Furthermore, probably some changes in the GPLK internal variables must be done before this new feature. Raniere _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
