Click or drag to resize
MinConNLPMultiplierError Property
The error allowed in the multipliers.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double MultiplierError { get; set; }

Property Value

Type: Double
A double scalar value specifying the error allowed in the multipliers.
Exceptions
ExceptionCondition
ArgumentException is thrown if MultiplierError is less than or equal to 0.0
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}.
See Also