Main Content
ActiveSet
Description
Use the ActiveSet
object to set options for the active-set QP
solver used within an mpc
object. To set options for mpcActiveSetSolver
, use
mpcActiveSetOptions
instead.
Creation
Creating an mpc
object automatically creates an
ActiveSet
object set to default options. If the
Optimizer.Solver
property of the mpc
object is set to
'active-set'
(the default solver option), the ActiveSet
object is assigned to the Optimizer.SolverOption
property of the
mpc
object. You can access the object and its properties using dot
notation.
Properties
Object Functions
Examples
Version History
Introduced in R2024a
See Also
Functions
mpcActiveSetOptions
|mpcActiveSetSolver
|quadprog
(Optimization Toolbox)
Objects
mpc
|InteriorPoint
|ADMM
|BranchBound