allowConstantExpressions
lp allowConstantExpressions boolean { t | nil }
Description
Prints original expressions instead of constant-value expressions when set to nil. During boolean optimization, if a function expression evaluates to true(1) or false(0), the corresponding expression values printed by default in a dotlib or 1801 file are 1 or 0 respectively. However, if constant-value expressions are not required, you can print original expressions.
GUI Equivalent
Example
envGetVal("lp" "allowConstantExpressions")
envSetVal( "lp" "allowConstantExpressions" 'boolean nil)
Related Topics
Return to top