File: control

package info (click to toggle)
nlpsolver 0.9~beta1-9
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,608 kB
  • sloc: java: 4,151; xml: 1,194; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 1,131 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
Source: nlpsolver
Section: math
Priority: extra
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 7.0.50~), unzip, default-jdk, libreoffice-dev, ant | ant1.7, ant-optional | ant1.7-optional, libreoffice-java-common
Build-Conflicts: libreoffice-common (<< 1:3.5.0~)
Standards-Version: 3.8.4

Package: libreoffice-nlpsolver
Architecture: all
Depends: ${misc:Depends}, libreoffice-calc (>= 1:3.0~), libreoffice-core (>= 1:3.3~), openjdk-6-jdk | java5-runtime | java6-runtime
Description: "Solver for Nonlinear Programming" extension for LibreOffice
 By default LibreOffice Calc ships with a solver engine for linear
 programming only. This allows the optimization of models to a certain degree.
 However, if the formulas or constraints become more complex,
 nonlinear programming is required. That missing gap is now filled by the
 Solver for Nonlinear Programming extension.
 .
 Currently it incorporates two Evolutionary Algorithms which are able to
 handle floating point and integer variables as well as nonlinear constraints.