Expand description
Helper methods for generating goal functions.
Functionsยง
- goal_
exact_ node - Helper function to create a goal function closure for exact node matching with a single goal node.
- goal_
exact_ node_ multigoal - Helper function to create a goal function closure for exact node matching with multiple goal nodes.
- goal_
range_ to_ node - Helper function to create a goal function closure for matching nodes <= than the specified range from a single goal node.
- goal_
range_ to_ node_ multigoal - Helper function to create a goal function closure for matching nodes <= than the specified range from any of multiple goal nodes.