IInteriorPointStatistics.VarCount Property

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

Gets the total number of user and slack variables.

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

Syntax

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

Property Value

Type: System.Int32
The total number of user and slack variables.

.NET Framework Security

See Also

Reference

IInteriorPointStatistics Interface

Microsoft.SolverFoundation.Solvers Namespace