AreAllVariablesInteger Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Are all variables in this model instance of type integer?

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

Syntax

C#
public bool AreAllVariablesInteger { get; }
Visual Basic
Public ReadOnly Property AreAllVariablesInteger As Boolean
	Get
Visual C++
public:
property bool AreAllVariablesInteger {
	bool get ();
}

Field Value

See Also