diff --git a/notebooks/dutch_graph.md b/notebooks/dutch_graph.md index 208737d..2d6e924 100644 --- a/notebooks/dutch_graph.md +++ b/notebooks/dutch_graph.md @@ -37,7 +37,6 @@ nbutils.set_default_pd_options() PRUNING_LEVEL = 0 ITERATION_COUNT = 4 -REVERSE = False SHOW_LABELS = True SHOW_ARROWS = False PLOT_SIZE = (20, 10) @@ -54,9 +53,6 @@ graph_frame = graph.create_pruned_dutch_graph( graph_frame["prunable"] = graph_frame.index % 2 == 1 -if REVERSE: - nbutils.swap_column_names(("successor", "predecessor"), graph_frame) - print("T>=" + str(PRUNING_LEVEL), "\n") if PRINT_TABLE: