Click or drag to resize

NonlinearProgrammingProblemAddUpperBoundConstraint(DoubleFunctional, Double) Method

Adds an inequality constraint of the form constraintFunction(x) <= upperBound

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

Parameters

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