Click or drag to resize

LinearConstrainedProblemAddUpperBoundConstraint(DoubleVector, Double) Method

Adds a linear inequality constraint of the form coefficients'x <= upperBound

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

Parameters

coefficients  DoubleVector
Constraint coefficients.
upperBound  Double
The upper bound.
See Also