SimplexSolver.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 used internally when a linear model is being solved.

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

Syntax

'Declaration
Public Overridable ReadOnly Property InnerIntegerIndexCount As Integer
public virtual int InnerIntegerIndexCount { get; }
public:
virtual property int InnerIntegerIndexCount {
    int get ();
}
abstract InnerIntegerIndexCount : int
override InnerIntegerIndexCount : int
function get InnerIntegerIndexCount () : int

Property Value

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

Implements

ILinearSimplexStatistics.InnerIntegerIndexCount

Remarks

The value of the InnerIntegerIndexCount property can be less than the value of the IntegerIndexCount property because of elimination during presolve.

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace