ISimplexPivotInformation.VarEnter Property

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

Gets the index of the entering variable.

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

Syntax

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

Property Value

Type: System.Int32
The index of the entering variable.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace