Objectives Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Objectives in this model instance.

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

Syntax

C#
public IEnumerable<Objective> Objectives { get; }
Visual Basic
Public ReadOnly Property Objectives As IEnumerable(Of Objective)
	Get
Visual C++
public:
property IEnumerable<Objective^>^ Objectives {
	IEnumerable<Objective^>^ get ();
}

Field Value

See Also