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