File: control

package info (click to toggle)
optlang 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,784 kB
  • sloc: python: 12,459; makefile: 129
file content (33 lines) | stat: -rw-r--r-- 1,465 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
25
26
27
28
29
30
31
32
33
Source: optlang
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-sympy,
               python3-swiglpk (>= 5.0.8-1~),
               python3-pytest <!nocheck>,
               python3-jsonschema <!nocheck>,
               python3-scipy <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/optlang
Vcs-Git: https://salsa.debian.org/science-team/optlang.git
Homepage: https://optlang.readthedocs.org/
Rules-Requires-Root: no

Package: python3-optlang
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: sympy based mathematical programming language (Python 3)
 Optlang is a Python package for solving mathematical optimization problems,
 i.e. maximizing or minimizing an objective function over a set of variables
 subject to a number of constraints. Optlang provides a common interface to a
 series of optimization tools, so different solver backends can be changed in
 a transparent way. Optlang's object-oriented API takes advantage of the
 symbolic math library sympy to allow objective functions and constraints to
 be easily formulated from symbolic expressions of variables.