File: control

package info (click to toggle)
zimpl 3.3.6-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,664 kB
  • sloc: ansic: 20,694; yacc: 970; lex: 349; makefile: 205; sh: 157
file content (17 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: zimpl
Section: science
Priority: optional
Maintainer: Joachim Reichel <reichel@debian.org>
Build-Depends: debhelper (>= 11), libgmp-dev, zlib1g-dev, bison, flex
Standards-Version: 4.2.1
Homepage: http://zimpl.zib.de/

Package: zimpl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: glpk-utils
Description: mathematical modeling language for optimization problems
 Zimpl allows the specification of certain optimization problems - linear
 programs (LPs) and mixed integer programs (MIPs) - in a high-level
 description language. These descriptions can be converted into the
 LP or MPS file formats which are understood by LP and MIP solvers.