
Access the perturbation delta of a Variable or Parameter
Source: R/272_zzz_R_specific_grad_delta_attrs.R
delta.RdUsed by psolve() with requires_grad = TRUE and
Problem$derivative(). On a Parameter, the user sets delta
to a perturbation of the parameter's value; derivative() then
reports the predicted change in each Variable's optimal value
as delta(variable).