Back NLPQLY

Easy-To-Use Nonlinear Programming

Version 1.6 (2012)

Purpose

NLPQLY is an easy-to-use version of the SQP code NLPQLP for solving constrained nonlinear optimization problems.

Numerical Method

The Fortran subroutine NLPQLY simplifies the numerical solution of nonlinear programming problems by calling the standard SQP code NLPQLP. The calling sequence is simplified as much as possible. A user has to provide objective and constraint function values in the same code which calls NLPQLY (reverse communication). Derivatives are internally approximated by forward differences.

Program Organization

NLPQLY is written in double precision FORTRAN and organized in form of a subroutine. Nonlinear problem functions must be provided by the user within the calling program by reverse communication. NLPQLY calls NLPQLP after setting some default tolerances.

Special Features

  • upper and lower bounds on the variables handled separately
  • reverse communication
  • bounds and linear constraints remain satisfied
  • robust and efficient implementation
  • Fortran source code (close to F77, conversion to C by f2c possible)
  • Extensive set of test problems

Applications

Basically, NLPQLY has the same domain of applications as NLPQLP, as long as forward differences are applied for approximating derivatives and the standard settings of internal tolerances are feasible.

Reference