VariablesLB Property

Fabrica Bolos GLPK

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

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

Syntax

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

See Also