summaryrefslogtreecommitdiffstats
path: root/debian/control.nlpsolver.in
blob: 9b386d8bc4e21ac420057d16930c49508c2ae06c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: libreoffice-nlpsolver
Architecture: all
Depends: ${misc:Depends}, libreoffice-calc, libreoffice-core, liblibreoffice-java, ${java-common-depends}, ${java-runtime-depends}
Suggests: libreoffice-help-common
Section: math
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.