ExpressionUpperEstimate Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gives an upper estimate in the value of an Expression. ToDO: Very experimental. Should be able to estimate linear combinations of variables with finite bounds. In the default case -infinity is returned!

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

Syntax

C#
public double ExpressionUpperEstimate { get; }
Visual Basic
Public ReadOnly Property ExpressionUpperEstimate As Double
	Get
Visual C++
public:
property double ExpressionUpperEstimate {
	double get ();
}

See Also