ObjectivesCount Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Count of objectives in this model instance.

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

Syntax

C#
public int ObjectivesCount { get; }
Visual Basic
Public ReadOnly Property ObjectivesCount As Integer
	Get
Visual C++
public:
property int ObjectivesCount {
	int get ();
}

Field Value

See Also