File: control

package info (click to toggle)
python-pulp 1.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,512 kB
  • ctags: 992
  • sloc: python: 6,003; makefile: 37; sh: 36
file content (42 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: python-pulp
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: coinor-cbc,
                     python-pyparsing,
                     python3-pyparsing,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pulp.git
Vcs-Git: git://anonscm.debian.org/openstack/python-pulp.git
Homepage: https://github.com/coin-or/pulp

Package: python-pulp
Architecture: all
Depends: coinor-cbc,
         python-pyparsing,
         ${misc:Depends},
         ${python:Depends},
Description: LP modeler - Python 2.7
 PuLP is an LP modeler written in Python. PuLP can generate MPS or LP files
 and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI[4] to solve linear problems.
 .
 This package contains the Python 2.7 module.

Package: python3-pulp
Architecture: all
Depends: coinor-cbc,
         python3-pyparsing,
         ${misc:Depends},
         ${python3:Depends},
Description: LP modeler - Python 3.x
 PuLP is an LP modeler written in Python. PuLP can generate MPS or LP files
 and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
 .
 This package contains the Python 3.x module.