GetVariable Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns the variable named name, or null if this model instance contains no such variable.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public IVariable GetVariable(
	string name
)
Visual Basic
Public Function GetVariable ( _
	name As String _
) As IVariable
Visual C++
public:
IVariable^ GetVariable(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the variable to search for.

Return Value

[Missing <returns> documentation for "M:Optimization.Model.GetVariable(System.String)"]

See Also