IMSL C# Numerical Library

MinConNLP.MultiplierError Property

The error allowed in the multipliers.

public double MultiplierError {get; set;}

Property Value

A double scalar value specifying the error allowed in the multipliers.

Remarks

A negative multiplier of an inequality constraint is accepted (as zero) if its absolute value is less than MultiplierError. By default, MultiplierError is set to e^{2\log \epsilon/3}.

Exceptions

Exception Type Condition
ArgumentException is thrown if MultiplierError is less than or equal to 0.0

See Also

MinConNLP Class | Imsl.Math Namespace