UpperBound Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Upper bound (right hand side) of this constraint.

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

Syntax

C#
public double UpperBound { get; set; }
Visual Basic
Public Property UpperBound As Double
	Get
	Set
Visual C++
public:
property double UpperBound {
	double get ();
	void set (double value);
}

Field Value

See Also