private HashSet <Action> actions(object state) { return(problem.getActionsFunction().actions(state)); }
private List <Action> actions(object state) { return(new List <Action>(problem.getActionsFunction() .actions(state))); }