Function rgoap::plan [] [src]

pub fn plan<'a>(
    initial_state: &'a State,
    goal_state: &State,
    allowed_actions: &'a [Action]
) -> Option<Vec<&'a Action>>

Formulates a plan to get from an initial state to a goal state using a set of allowed actions.