Description
The desired absolute tolerance on the maximum norm of the complementarity conditions. The default value is 1.0E-4.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ToleranceOnComplementaryInfeasibility() As Double
|
| [C#] |
|---|
public double ToleranceOnComplementaryInfeasibility {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ToleranceOnComplementaryInfeasibility(); public: __property void set_ToleranceOnComplementaryInfeasibility(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ToleranceOnComplementaryInfeasibility(
double * pVal
);
public: HRESULT put_ToleranceOnComplementaryInfeasibility(
double newVal
);
|
| [Java] |
|---|
public double getToleranceOnComplementaryInfeasibility();
public void setToleranceOnComplementaryInfeasibility(
double
);
|
| [Python - STK API] |
|---|
@property
def ToleranceOnComplementaryInfeasibility(self) -> float:
@ToleranceOnComplementaryInfeasibility.setter
def ToleranceOnComplementaryInfeasibility(self, newVal:float) -> None:
|
See Also