> For those who are interested in doing GLPK with Python: > I have just released the PyMathProg 0.1 at sf.net, together with many > examples.
> What is PyMathProg? > It is a Python reincarnation of AMPL and GNU MathProg modeling > language, implemented in pure Python, connecting to GLPK via PyGLPK. > Create, optimize, report, change and re-optimize your model with Python, > which offers numerous handy goodies. > http://sourceforge.net/projects/pymprog/ Thank you for your information. Is there used swig anywhere? I noticed that the code uses LPX objects. Please note that LPX data type as well as all routines prefixed with 'lpx_' are deprecated, so it would be better to use glp_prob and glp-routines instead. Andrew Makhorin _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
