InteriorPointSolver.KktForm Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the form of the Karush-Kuhn-Tucker (KKT) algorithm used.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property KktForm As InteriorPointKktForm
public InteriorPointKktForm KktForm { get; }
public:
virtual property InteriorPointKktForm KktForm {
    InteriorPointKktForm get () sealed;
}
abstract KktForm : InteriorPointKktForm
override KktForm : InteriorPointKktForm
final function get KktForm () : InteriorPointKktForm

Property Value

Type: Microsoft.SolverFoundation.Solvers.InteriorPointKktForm
The form of the KKT algorithm used.

Implements

IInteriorPointStatistics.KktForm

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace