make_condition_checks {dynprog} | R Documentation |
Translate condition expressions into calls that test them.
Description
Takes the full dynprog expression and construct a list of condition tests for each component of the recursion.
Usage
make_condition_checks(ranges, patterns, conditions, recursions)
Arguments
ranges |
The ranges specifications |
patterns |
The patterns specifications |
conditions |
The conditions specifications |
recursions |
The recursions specification |
Value
A list of calls, one per recursion, for testing conditions.
[Package dynprog version 0.1.1 Index]