MinConNLPViolationBound Property |
Defines allowable constraint violations of the
final accepted result.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ViolationBound { get; set; }
Public Property ViolationBound As Double
Get
Set
public:
property double ViolationBound {
double get ();
void set (double value);
}
member ViolationBound : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the allowable constraint
violations of the final accepted result.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if ViolationBound is less than or equal to 0.0
|
Remarks
Constraints are satisfied if
, and
respectively. By default,
ViolationBound is set to
.
See Also