InteriorPointKktForm Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the options of Karush-Kuhn-Tucker (KKT) matrix arithmetic.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration InteriorPointKktForm
public enum InteriorPointKktForm
public enum class InteriorPointKktForm
type InteriorPointKktForm
public enum InteriorPointKktForm
Members
Member name | Description | |
---|---|---|
Normal | A form that is faster, but that is ignored for nondiagonal quadratics. | |
Augmented | A form that is more robust and general than the Normal option, but that might be slower. | |
Blended | A combination of augmented matrix with an embedded normal section. |