LinearModel.GetBasic Method

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

Returns a value that indicates whether a variable is a basic variable.

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

Syntax

'Declaration
Public Overridable Function GetBasic ( _
    vid As Integer _
) As Boolean
public virtual bool GetBasic(
    int vid
)
public:
virtual bool GetBasic(
    int vid
)
abstract GetBasic : 
        vid:int -> bool 
override GetBasic : 
        vid:int -> bool 
public function GetBasic(
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the variable is a basic variable; otherwise, false.

Implements

ILinearModel.GetBasic(Int32)

.NET Framework Security

See Also

Reference

LinearModel Class

Microsoft.SolverFoundation.Services Namespace