ModelName Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the name of the model.

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

Syntax

C#
public string ModelName { get; }
Visual Basic
Public ReadOnly Property ModelName As String
	Get
Visual C++
public:
property String^ ModelName {
	String^ get ();
}

Field Value

The name of the model.

See Also