Back NLPQLB

Nonlinear Programming with very Many Constraints

Version 2.6 (2012)

Purpose

NLPQLB is an extension of the general nonlinear programming code NLPQLP with the intention to solve also problems with very many constraints, where the derivative matrix of the constraints does not possess any special sparse structures that could be exploited.

Numerical Method

The user defines the maximum number of lines in the matrix of the linearized constraints, that can be stored in core. By investigating the constraint function values, a decision is made which restrictions are necessary to fill that matrix. The algorithm will stop, if too many constraints are violated.

Program Organization

NLPQLB is a double precision FORTRAN subroutine where all parameters are passed through subroutine arguments. The program organization is very similar to that of NLPQLP.

Special Features

  • same as those for NLPQLP (scaling, reverse communication, etc.)
  • NLPQLB executes NLPQLP in reverse communication
  • solves academic test problems with up to 200,000,000 nonlinear constraints
  • full documentation by initial comments
  • FORTRAN source code (close to F77, conversion to C by f2c possible)

Applications

NLPQLB is implemented within the structural mechanical optimization system LAGRANGE at EADS to solve large structural design optimization problems.

Reference