GetVariableValue Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns the solution value of the variable named name, or null if the status of this solution instance is NoSolutionValues.

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

Syntax

C#
public Nullable<double> GetVariableValue(
	string name
)
Visual Basic
Public Function GetVariableValue ( _
	name As String _
) As Nullable(Of Double)
Visual C++
public:
Nullable<double> GetVariableValue(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the variable.

Return Value

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

See Also