File: control

package info (click to toggle)
openopt 0.38%2Bsvn1589-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,740 kB
  • ctags: 2,957
  • sloc: python: 13,430; fortran: 3,236; makefile: 8
file content (36 lines) | stat: -rw-r--r-- 1,331 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
34
35
36
Source: openopt
Section: python
Priority: extra
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cdbs(>=0.4.49), debhelper (>= 5.0.38), dh-python, python-setuptools, python, python-numpy
XS-Python-Version: >= 2.5
Vcs-Browser: http://git.onerussian.com/?p=deb/openopt.git
Vcs-git: http://git.onerussian.com/vcs/deb/openopt.git
Homepage: http://www.openopt.org
Standards-Version: 3.9.3

Package: python-openopt
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python-scipy, python-cvxopt, python-matplotlib
Suggests: lp-solve
Replaces: python-scikits-openopt
Conflicts: python-scikits-openopt
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python module for numerical optimization
 Numerical optimization framework developed in Python which provides
 connections to lots of solvers with easy and unified OpenOpt
 syntax. Problems which can be tackled with OpenOpt
  * Linear Problem (LP)
  * Mixed-Integer Linear Problem (MILP)
  * Quadratic Problem (QP)
  * Non-Linear Problem (NLP)
  * Non-Smooth Problem (NSP)
  * Non-Linear Solve Problem (NLSP)
  * Least Squares Problem (LSP)
  * Linear Least Squares Problem (LLSP)
  * Mini-Max Problem (MMP)
  * Global Problem (GLP)
 .
 A variety of solvers is available (e.g. IPOPT, ALGENCAN).