VariablesUB Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the variables for which the upper bounds are conflicting

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

Syntax

C#
public IEnumerable<IVariable> VariablesUB { get; private set; }
Visual Basic
Public Property VariablesUB As IEnumerable(Of IVariable)
	Get
	Private Set
Visual C++
public:
property IEnumerable<IVariable^>^ VariablesUB {
	IEnumerable<IVariable^>^ get ();
	private: void set (IEnumerable<IVariable^>^ value);
}

See Also