InteriorPointSolverParams.IpmKKT Property

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

Gets or sets the type of interior point method Karush-Kuhn-Tucker (KTT) algorithm.

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

Syntax

'Declaration
Public Overridable Property IpmKKT As InteriorPointKktForm
public virtual InteriorPointKktForm IpmKKT { get; set; }
public:
virtual property InteriorPointKktForm IpmKKT {
    InteriorPointKktForm get ();
    void set (InteriorPointKktForm value);
}
abstract IpmKKT : InteriorPointKktForm with get, set
override IpmKKT : InteriorPointKktForm with get, set
function get IpmKKT () : InteriorPointKktForm
function set IpmKKT (value : InteriorPointKktForm)

Property Value

Type: Microsoft.SolverFoundation.Solvers.InteriorPointKktForm
The type of interior point method KTT algorithm.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace