TOMLAB OPTIMIZATION ENVIRONMENT: SolverList

   

SolverList

Purpose

SolverList returns a list of all solvers for a particular solvType.

Syntax

   [SolvList,SolvTypeList] =  SolverList(solvType,LargeScale, Silent);

Description

 INPUT: 
 SolvType   The TOMLAB solvType number, currently 1-15, or the optType name
    solvType number  optType name  Description
            1             uc       Unconstrained Optimization (UC), bounds.
            2             qp       Quadratic Programming (QP)
            3             con      Constrained Nonlinear Programming (NLP)
            4             ls       Nonlinear Least Squares (NLLS), bounds.
            5             lls      Linear Least Squares (LS)
            6             cls      Constrained Nonlinear Least Squares
            7             mip      Mixed-Integer Programming
            8             lp       Linear Programming
            9             glb      Global optimization (GO), bounds.
           10             glc      Global optimization (GO), constraints.
           11             miqp     Mixed-Integer Quadratic Programming (MIQP)
           12             minlp    Mixed-Integer Nonlinear Programming (MINLP)
           13             sdp      Semidefinite Programming (SDP), LMI
           14             bmi      Linear SDP with BMI constraints
           15             exp      Exponential sum fitting (ExpFit)


 LargeScale 1=Large Scale problems, 0 = Small or medium sized

 Silent  If Silent == 1, totally silent 
         If Silent == 0 (default), an information text is displayed

 OUTPUT: 
 SolvList     A list of all solvers for a particular solvType
 SolvTypeList The solvType numbers corresponding to the elements in SolvList

  runtest   startup