SimplexSolverParams.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 type of simplex algorithm to use.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.SimplexAlgorithmKind
The type of simplex algorithm to use.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace