ObjectiveValues Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Unique name and solution value for each objective in the solved model instance, 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 IDictionary<string, double> ObjectiveValues { get; }
Visual Basic
Public ReadOnly Property ObjectiveValues As IDictionary(Of String, Double)
	Get
Visual C++
public:
property IDictionary<String^, double>^ ObjectiveValues {
	IDictionary<String^, double>^ get ();
}

See Also