MinConNLPMultiplierError Property |
The error allowed in the multipliers.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double MultiplierError { get; set; }
Public Property MultiplierError As Double
Get
Set
public:
property double MultiplierError {
double get ();
void set (double value);
}
member MultiplierError : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the error allowed in the
multipliers.
Exceptions Exception | Condition |
---|
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
.
See Also