SolverList

From TomWiki
Jump to navigationJump to search

Purpose

Prints the available solvers for a certain solvType.

Calling Syntax

[SolvList, SolvTypeList, SolvDriver] = SolverList(solvType)

Inputs

Input Description
solvType Either a string 'uc', 'con' etc. or the corresponding solvType number. See table in TOMLAB Overall Design.

Outputs

Output Description
SolvList String matrix with the names of the solvers for the given solvType.
SolvTypeList Integer vector with the solvType for each of the solvers.
SolvDriver String matrix with the names of the driver routine for each different solvType.

Description

The routine SolverList prints all available solvers for a given solvType, including Fortran, C and Matlab Optimiza- tion Toolbox solvers. If solvType is not specified then SolverList lists all available solvers for all different solvType. The input argument could either be a string such as 'uc', 'con' etc. or a number corresponding to the type of solver, see table in TOMLAB Overall Design.

Examples

See TOMLAB Problem Types and Solver Routines.

M-files Used

SolverList.m