That's not a lot to go on. There are a lot of ways to formulate linear programming applications, Python being one. You may find one of the modeling languages, such as mathprog, may fit your application and require little programming overhead.
What type of applications to you have in mind? On Mon, Nov 30, 2009 at 9:01 AM, Robert Johansson <[email protected]> wrote: > Hi! > > I want to use Python to run glpk (under Windows). I looked around for a > while and found PyMathProg, python-glpk and ctypes-glpk. My knowledge in C > is basic but I can write decent Python scripts. I would be much grateful for > any suggestions or advices. > > cheers, Robert > _______________________________________________ > 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
