InteriorPointSolverParams.IpmAlgorithm 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 algorithm to use.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.InteriorPointAlgorithmKind
The type of interior point method algorithm to use.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace