ISimplexPivotInformation.VvkEnter 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 variable before entering.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.SimplexVarValKind
The state of the variable before entering.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace