StochasticSolution.DecompositionIterations 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 number of decomposition iterations.

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

Syntax

'Declaration
Public ReadOnly Property DecompositionIterations As Integer
public int DecompositionIterations { get; }
public:
property int DecompositionIterations {
    int get ();
}
member DecompositionIterations : int
function get DecompositionIterations () : int

Property Value

Type: System.Int32
The number of decomposition iterations.

Remarks

If decomposition is not used, the value of the DecompositionIterations property is 0.

.NET Framework Security

See Also

Reference

StochasticSolution Class

Microsoft.SolverFoundation.Services Namespace