TOMLAB OPTIMIZATION LOGO TOMLAB OPTIMIZATION AREA top banner
  # LOGIN   # REGISTER (FREE TRIAL)
  # myTOMLAB  
Products
*TOMLAB Base Module
 *Solvers
    clsSolve
    conSolve
    cutPlane
    DualSolve
    expSolve
    glbDirect
    glbFast
    glbSolve
    glcCluster
    glcDirect
    glcFast
    glcSolve
    goalSolve
    infLinSolve
    infSolve
    L1LinSolve
    L1Solve
    linRatSolve
    lpSimplex
    lsei
    milpSolve
    minlpSolve
    mipSolve
    multiMin
    multiMINLP
    nlpSolve
    pdco
    pdsco
    QLD
    qpSolve
    slsSolve
    sTrustr
    Tfmin
    Tfzero
    Tlsqr
    Tnnls
    ucSolve
*TOMLAB /MINOS
*TOMLAB /NPSOL
*TOMLAB /DNOPT
*TOMLAB /SNOPT
*TOMLAB /SOL
*TOMLAB /CGO
*TOMLAB /CPLEX
*TOMLAB /GUROBI
*TOMLAB /MINLP
*TOMLAB /MIPNLP
*TOMLAB /MISQP
*TOMLAB /PENSDP
*TOMLAB /PENBMI
*TOMLAB /KNITRO
*TOMLAB /OQNLP
*TOMLAB /PROPT
*TOMLAB /NLPQL
*TOMLAB /LGO
*TOMLAB /LGO-MINLP
*TOMLAB /GP
*TOMLAB /GENO
*TOMLAB /MAD
*TOMLAB /MIDACO

nlpSolve

Solves general linear and nonlinear programming problems.

Main features:

  • nlpSolve is a Matlab implementation of the Filter SQP by Roger Fletcher and Sven Leyffer, Nonlinear Programming without a penalty function, Dundee NA/171, 1997.
  • It is an advantage if the user can supply a routine to compute the second derivatives of the constraints.
  • nlpSolve is using second order information, if available and is using a general problem formulation with lower/upper bound format, It is an advantage if the user can supply a routine to compute the second derivatives of the constraints.
  • The user can select to run either the standard Filter SQP or a quasi-Newton BFGS Filter SQP, estimating the Hessian matrix using only the gradient information. If the gradient is estimated numerically, the user must select to use the BFGS, otherwise numerical problems are likely.
  • In Tomlab /MINOS nlpSolve is using QPOPT (or MINOS) as QP solver giving speed and robustness.
  • It has explicit treatment of simple bounds, linear and nonlinear constraints.
  • The Filter SQP algorithm is also available in the TOMLAB /MINLP toolbox as filterSQP, a Fortran version written by Fletcher and Leyffer.

    Tomlab © 1989-2022. All rights reserved.    Last updated: Oct 3, 2022. Site map. Privacy Policy