> I`m new in the glpk mailing list. So - first of all I would like thank > you for the excellent glpk implementation.
Thank you for your interest in glpk. > I have one question. I would like to use a extended definition of the > free mps format. (e.g. descriptors for the objective name and the > objective direction)? Is it planned to implement things like that? The problem is that these features are non-standard. Glpk implementation is mainly based on the IBM OSL document, Section "Passing Your Model Using Mathematical Programming System (MPS) Format", which does not include such features. And I could not find appropriate specification. I think a better solution is to pass necessary information like the objective row or optimization sense as parameters to the solver. Andrew Makhorin _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
