Lines Matching full:edges
837 # At this point our digraph is acyclic; we reversed any edges that
876 print("Removing backward edges...")
912 print("Reversing backward edges...")
958 # number of edges that end up pointing to the left. Left-pointing
959 # edges will get removed to turn the digraph into a DAG. In this
962 # weight rather than just the number of edges.