Gets or sets the desired absolute tolerance on the maximum norm of the complementarity conditions. The default value is 1.0E-4.
Read-write property
[Visual Basic .NET] |
---|
Public Property ToleranceOnComplementaryInfeasibility() As Double |
[C#] |
---|
public double ToleranceOnComplementaryInfeasibility {get; set;} |
[Managed C++] |
---|
public: __property double get_ToleranceOnComplementaryInfeasibility(); |
[Unmanaged C++] |
---|
public: HRESULT get_ToleranceOnComplementaryInfeasibility( double * pVal ); public: HRESULT put_ToleranceOnComplementaryInfeasibility( double newVal ); |
[Java] |
---|
public double getToleranceOnComplementaryInfeasibility(); public void setToleranceOnComplementaryInfeasibility( double ); |