An iterative context for recursive evaluation.
An Iteration tracks monotonic variables, and monitors their progress. It can inform the user if they have ceased changing, at which point the computation should be done.
Reports whether any of the monitored variables have changed since the most recent call.
Creates a new named variable associated with the iterative context.
See Implementation
An iterative context for recursive evaluation.
An Iteration tracks monotonic variables, and monitors their progress. It can inform the user if they have ceased changing, at which point the computation should be done.