This topic has not yet been rated - Rate this topic

LinearModel.GetBasic Method

Solver Foundation 3.0

[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)
public virtual bool GetBasic(
	int vid
)

Parameters

vid
Type: System.Int32
A variable index.

Return Value

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

Implements

ILinearModel.GetBasic(Int32)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.