Gets or sets the tolerance by which user-specified constraints are allowed to be violated with the solution still considered feasible. The default value is 1.0E-4.
Read-write property
[Visual Basic .NET] |
---|
Public Property ToleranceOnConstraintViolation() As Double |
[C#] |
---|
public double ToleranceOnConstraintViolation {get; set;} |
[Managed C++] |
---|
public: __property double get_ToleranceOnConstraintViolation(); |
[Unmanaged C++] |
---|
public: HRESULT get_ToleranceOnConstraintViolation( double * pVal ); public: HRESULT put_ToleranceOnConstraintViolation( double newVal ); |
[Java] |
---|
public double getToleranceOnConstraintViolation(); public void setToleranceOnConstraintViolation( double ); |