mpt_detect_solvers

Purpose

Searches for installed solvers on the path.

Syntax

s = mpt_detect_solvers

Description

Searches for installed solvers on the Matlab path. The following list of solvers are detected: The found solvers are sorted according to a preference list that can be changed and according to the type of the optimization problem they solve. The search for solvers is only performed at the first time start of the toolbox, the solvers list is stored under global options. To change the order of solvers, use mptopt option handler.

Output Arguments

s

Structure with the solvers list sorted according to preference.

Class: struct

s.LP

List of available LP solvers.

Class: char

s.QP

List of available QP solvers.

Class: char

s.MILP

List of available MILP solvers.

Class: char

s.MIQP

List of available MIQP solvers.

Class: char

s.LCP

List of available LCP solvers.

Class: char

s.parametric

List of available parametric solvers.

Class: char

See Also

mptopt, mpt_solve


© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch