Click or drag to resize

NonlinearProgrammingProblemAddLowerBoundConstraint(DoubleFunctional, Double) Method

Adds an inequality constraint of the form constraintFunction(x) >= lowerBound

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddLowerBoundConstraint(
	DoubleFunctional constraintFunction,
	double lowerBound
)

Parameters

constraintFunction  DoubleFunctional
Constraint function.
lowerBound  Double
The lower bound.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if lowerBound is not real - i.e. NaN of Infinity.
See Also