Main Content
InteriorPoint
Description
Use the InteriorPoint
object to set options for the active-set QP
solver used within an mpc
object. To set options for mpcInteriorPointSolver
, use
mpcInteriorPointOptions
instead.
Creation
Creating an mpc
object automatically creates an
InteriorPoint
object set to default options. If you set the
Optimizer.Solver
property of the mpc
object to
'interior-point'
, the InteriorPoint
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
mpcInteriorPointSolver
|mpcInteriorPointOptions
|quadprog
(Optimization Toolbox)
Objects
mpc
|ActiveSet
|ADMM
|BranchBound