Exemple #1
0
def generic_dfs_sort_new_paths_fn(graph, goalNode, paths):
    return do_nothing_fn(graph, goalNode, paths)
Exemple #2
0
def generic_dfs_sort_new_paths_fn(graph, goalNode, paths):
    return do_nothing_fn(graph, goalNode, paths)
Exemple #3
0
def generic_best_first_sort_agenda_fn(graph, goalNode, paths):
    return do_nothing_fn(graph, goalNode, paths)
Exemple #4
0
def generic_best_first_sort_agenda_fn(graph, goalNode, paths):
    return do_nothing_fn(graph, goalNode, paths)