IInteriorPointStatistics.Algorithm Property

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

Gets the type of algorithm that is used for interior point programming.

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

Syntax

'Declaration
ReadOnly Property Algorithm As InteriorPointAlgorithmKind
InteriorPointAlgorithmKind Algorithm { get; }
property InteriorPointAlgorithmKind Algorithm {
    InteriorPointAlgorithmKind get ();
}
abstract Algorithm : InteriorPointAlgorithmKind
function get Algorithm () : InteriorPointAlgorithmKind

Property Value

Type: Microsoft.SolverFoundation.Solvers.InteriorPointAlgorithmKind
The type of algorithm that is used for interior point programming.

.NET Framework Security

See Also

Reference

IInteriorPointStatistics Interface

Microsoft.SolverFoundation.Solvers Namespace