ILinearSimplexStatistics.InnerSlackCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the number of row variables that are used internally when a linear model is being solved.

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

Syntax

'Declaration
ReadOnly Property InnerSlackCount As Integer
int InnerSlackCount { get; }
property int InnerSlackCount {
    int get ();
}
abstract InnerSlackCount : int
function get InnerSlackCount () : int

Property Value

Type: System.Int32
The number of row variables that are used internally when a linear model is being solved.

Remarks

The InnerSlackCount property can be less than the RowCount property because rows can be eliminated by presolve.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace