This is an old version, view current version.
14.1 lp__
Variable
Removed: The variable lp__
is no longer available for direct access or
manipulation.
Replacement: General manipulation of the value of the lp__
variable is not
allowed, but
lp__ <- lp__ + e;
can be replaced with
target += e;
The value of lp__
is available through the no-argument function
target()
.