Gets or sets the desired absolute tolerance on the maximum norm of the dual infeasibility. The default value is 1.
Read-write property
[Visual Basic .NET] |
---|
Public Property ToleranceOnDualInfeasibility() As Double |
[C#] |
---|
public double ToleranceOnDualInfeasibility {get; set;} |
[Managed C++] |
---|
public: __property double get_ToleranceOnDualInfeasibility(); |
[Unmanaged C++] |
---|
public: HRESULT get_ToleranceOnDualInfeasibility( double * pVal ); public: HRESULT put_ToleranceOnDualInfeasibility( double newVal ); |
[Java] |
---|
public double getToleranceOnDualInfeasibility(); public void setToleranceOnDualInfeasibility( double ); |