AreAllVariablesBinary Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Are all variables in this model instance of type integer and their lower bound equal to zero and their upper bound equal to 1?

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

Syntax

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

Field Value

See Also