ExpressionLowerEstimate Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gives a lower estimate on 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 ExpressionLowerEstimate { get; }
Visual Basic
Public ReadOnly Property ExpressionLowerEstimate As Double
	Get
Visual C++
public:
property double ExpressionLowerEstimate {
	double get ();
}

See Also