IMSL C# Numerical Library

MinConNLP.ViolationBound Property

Defines allowable constraint violations of the final accepted result.

public double ViolationBound {get; set;}

Property Value

A double scalar value specifying the allowable constraint violations of the final accepted result.

Remarks

Constraints are satisfied if \left| g_i (x) \right| \leq
            ViolationBound, and g_i (x) \geq -ViolationBound respectively. By default, ViolationBound is set to min(.

Exceptions

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

See Also

MinConNLP Class | Imsl.Math Namespace