SimplexSolver.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 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 InnerSlackCount As Integer
public virtual int InnerSlackCount { get; }
public:
virtual property int InnerSlackCount {
int get ();
}
abstract InnerSlackCount : int
override InnerSlackCount : int
function get InnerSlackCount () : int
Property Value
Type: System.Int32
The number of row variables used internally when the linear model is being solved.
Implements
ILinearSimplexStatistics.InnerSlackCount
Remarks
The value of the InnerSlackCount property can be less than the value of the RowCount property because of elimination during presolve.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.