You need the following packages to give PyMathProg a taste: 1. Python 2. GLPK 3. PyGLPK
For 1 and 2, I assume most people know how to install that. For 3, here is an excellent document: http://www.cs.cornell.edu/~tomf/pyglpk/building.html Cheers, Yingjie --- On Fri, 4/17/09, Yingjie Lan <[email protected]> wrote: > From: Yingjie Lan <[email protected]> > Subject: [Help-glpk] Announcement: release of PyMathProg 0.1 > To: [email protected] > Date: Friday, April 17, 2009, 5:53 AM > 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/ > > > Thanks! > > Yingjie > > > > > > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
