File: readme.txt

package info (click to toggle)
python-glpk 0.4.45-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 308 kB
  • sloc: python: 1,002; ansic: 873; makefile: 49
file content (7 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
Simple interface for using GLPK in Python.

This requires GLPK to be installed, and uses the SWIG package for
producing the API.

Notice that the glpk's C keyword 'in' is renamed '_in' in Python, for
avoiding conflict.