IInteriorPointStatistics.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
ReadOnly Property KktForm As InteriorPointKktForm
InteriorPointKktForm KktForm { get; }
property InteriorPointKktForm KktForm {
    InteriorPointKktForm get ();
}
abstract KktForm : InteriorPointKktForm
function get KktForm () : InteriorPointKktForm

Property Value

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

.NET Framework Security

See Also

Reference

IInteriorPointStatistics Interface

Microsoft.SolverFoundation.Solvers Namespace