StochasticSolution.DecompositionGap 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 average gap of the last iteration of a decomposition.

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

Syntax

'Declaration
Public Property DecompositionGap As Double
public double DecompositionGap { get; internal set; }
public:
property double DecompositionGap {
    double get ();
    internal: void set (double value);
}
member DecompositionGap : float with get, internal set
function get DecompositionGap () : double
internal function set DecompositionGap (value : double)

Property Value

Type: System.Double
The average gap of the last iteration of the decomposition.

.NET Framework Security

See Also

Reference

StochasticSolution Class

Microsoft.SolverFoundation.Services Namespace