[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Announcement: release of PyMathProg 0.1
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Announcement: release of PyMathProg 0.1 |
Date: |
Fri, 17 Apr 2009 15:52:26 +0300 |
> 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