eval_recursion: Evaluate an entire dynprog recursion.
Description
This function takes the ranges and recursions of a specification and
evaluate the dynprog expression, returning a filled out dynamic programming
table.
Usage
eval_recursion(ranges, recursions)
Arguments
recursions
The recursions specification
Value
The filled out dynamic programming table