ISimplexPivotInformation.VvkLeave Property

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

Gets the state of the leaving variable after leaving.

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

Syntax

'Declaration
ReadOnly Property VvkLeave As SimplexVarValKind
SimplexVarValKind VvkLeave { get; }
property SimplexVarValKind VvkLeave {
    SimplexVarValKind get ();
}
abstract VvkLeave : SimplexVarValKind
function get VvkLeave () : SimplexVarValKind

Property Value

Type: Microsoft.SolverFoundation.Solvers.SimplexVarValKind
The state of the leaving variable after leaving.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace