GetObjectiveValue Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns the solution value of the objective 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> GetObjectiveValue(
	string name
)
Visual Basic
Public Function GetObjectiveValue ( _
	name As String _
) As Nullable(Of Double)
Visual C++
public:
Nullable<double> GetObjectiveValue(
	String^ name
)

Parameters

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

Return Value

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

See Also