SimplexDirective.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 an algorithm for the simplex solver to use.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.SimplexAlgorithm
A SimplexAlgorithm object that defines the algorithm to use.

.NET Framework Security

See Also

Reference

SimplexDirective Class

Microsoft.SolverFoundation.Services Namespace