Share via


InteriorPointMethodDirective.Algorithm 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 algorithm for the interior point method solver.

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

Syntax

'Declaration
Public Property Algorithm As InteriorPointMethodAlgorithm
public InteriorPointMethodAlgorithm Algorithm { get; set; }
public:
property InteriorPointMethodAlgorithm Algorithm {
    InteriorPointMethodAlgorithm get ();
    void set (InteriorPointMethodAlgorithm value);
}
member Algorithm : InteriorPointMethodAlgorithm with get, set
function get Algorithm () : InteriorPointMethodAlgorithm
function set Algorithm (value : InteriorPointMethodAlgorithm)

Property Value

Type: Microsoft.SolverFoundation.Services.InteriorPointMethodAlgorithm
The algorithm for the interior point method solver.

.NET Framework Security

See Also

Reference

InteriorPointMethodDirective Class

Microsoft.SolverFoundation.Services Namespace