InteriorPointSolver.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
Public ReadOnly Property Algorithm As InteriorPointAlgorithmKind
public InteriorPointAlgorithmKind Algorithm { get; }
public:
virtual property InteriorPointAlgorithmKind Algorithm {
    InteriorPointAlgorithmKind get () sealed;
}
abstract Algorithm : InteriorPointAlgorithmKind
override Algorithm : InteriorPointAlgorithmKind
final function get Algorithm () : InteriorPointAlgorithmKind

Property Value

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

Implements

IInteriorPointStatistics.Algorithm

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace