Assume you have python 2.5 and GLPK (4.4 or later) and PyGLPK (version 0.3) in place, just unzip the zip file into a folder and issue command: python dynaqueens.py to play with that example. Help in the following ways are more than welcome: 1. tutorials and samples. 2. bug reports 3. feature request 4. code contribution Hope you like this project.
Yingjie --- On Fri, 4/17/09, Yingjie Lan <[email protected]> wrote: > From: Yingjie Lan <[email protected]> > Subject: Re: [Help-glpk] Announcement: release of PyMathProg 0.1 > To: [email protected] > Date: Friday, April 17, 2009, 5:43 PM > 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 _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
