Language

Package: optizelle @ 1.3.0-0.ed4160b

Synopsis

Mathematical optimization library

Description

optizelle is a software library designed to solve nonlinear optimization problems. Four types of problem are considered: unconstrained, equality constrained, inequality constrained and constrained. Constraints may be applied as values of functions or sets of partial differential equations (PDEs).

Solution algorithms such as the preconditioned nonlinear conjugate gradient method, sequential quadratic programming (SQP) and the primal-dual interior-point method are made available. Interfaces are provided for applications written in C++ and Python. Parallel computation is supported via MPI.

Home page
https://www.optimojoe.com/products/optizelle/
Location
gnu/packages/maths.scm (line: 7520, column: 3)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'fortran' does not match package name 'gfortran'
input-labels

Identify input labels that do not match package names

label 'blas/lapack' does not match package name 'openblas'
input-labels

Identify input labels that do not match package names

label 'fortran:lib' does not match package name 'gfortran:lib'
input-labels

Identify input labels that do not match package names

label 'numpy' does not match package name 'python-numpy'