ILinearSimplexStatistics.InnerIntegerIndexCount 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 integer user and 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 InnerIntegerIndexCount As Integer
int InnerIntegerIndexCount { get; }
property int InnerIntegerIndexCount {
    int get ();
}
abstract InnerIntegerIndexCount : int
function get InnerIntegerIndexCount () : int

Property Value

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

Remarks

The InnerIntegerIndexCount property can be less than the IntegerIndexCount property because variables can be eliminated by presolve.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace