ISimplexPivotInformation.VarLeave 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 leaving variable.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace