XSLP_CASCADETOL_PR


Description
Relative cascading print tolerance
Type
Double
Default value
0.01
Notes
The change to the value of a variable as a result of cascading is only printed if the change is deemed significant. The change is tested against: absolute and relative convergence tolerance and absolute and relative cascading print tolerance. The change is printed only if all tests fail. The relative cascading print criterion measures the change in value of a variable (Maths/delta.pngX) relative to the value of the variable (X), against the relative cascading print tolerance. If
Maths/delta.pngX < X * XSLP_CASCADETOL_PR
then the change is within the relative cascading print tolerance and will not be printed.
Affects routines
See also
Cascading, XSLP_CASCADETOL_PA


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.