Click or drag to resize
MinConNLPViolationBound Property
Defines allowable constraint violations of the final accepted result.

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

Property Value

Type: Double
A double scalar value specifying the allowable constraint violations of the final accepted result.
Exceptions
ExceptionCondition
ArgumentException is thrown if ViolationBound is less than or equal to 0.0
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(.
See Also