Description
The desired absolute tolerance on the maximum norm of the dual infeasibility. The default value is 1.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ToleranceOnDualInfeasibility() As Double
|
| [C#] |
|---|
public double ToleranceOnDualInfeasibility {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ToleranceOnDualInfeasibility(); public: __property void set_ToleranceOnDualInfeasibility(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ToleranceOnDualInfeasibility(
double * pVal
);
public: HRESULT put_ToleranceOnDualInfeasibility(
double newVal
);
|
| [Java] |
|---|
public double getToleranceOnDualInfeasibility();
public void setToleranceOnDualInfeasibility(
double
);
|
| [Python - STK API] |
|---|
@property
def ToleranceOnDualInfeasibility(self) -> float:
@ToleranceOnDualInfeasibility.setter
def ToleranceOnDualInfeasibility(self, newVal:float) -> None:
|
See Also