File: control

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 (24 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-glpk
Section: python
Priority: optional
Maintainer: Joao Pedro Pedroso <jpp@fc.up.pt>
Build-Depends: debhelper (>= 8.0.0), cdbs, python-support (>= 1.0), python-all-dev, swig, make (>= 3.8), libglpk-dev (>= 4.45), libglpk-dev (<< 4.46)
Standards-Version: 3.9.2
Homepage: http://www.dcc.fc.up.pt/~jpp/code/python-glpk

Package: python-glpk
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglpk0 (>= 4.45), libglpk0 (<< 4.46), python-ply (>= 3.4)
Provides: ${python:Provides}
Description: Python bindings to the GNU Linear Programming Kit
 GLPK (GNU Linear Programming Kit) is intended for solving large-scale
 linear programming (LP), mixed integer programming (MIP), and other
 related problems. It is a set of routines written in ANSI C and
 organized in the form of a callable library.
 .
 GLPK supports the GNU MathProg language, which is a subset of the
 AMPL language.  GLPK also supports the standard MPS and LP formats.
 . 
 This is the Python bindings to GLPK.
 .