Skip to content

Commit c787e94

Browse files
authored
Add files via upload
1 parent 239fa1a commit c787e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ plot(igr2,edge.arrow.size=.3,edge.label=E(igr2)$dist,main="One iteration - keepi
314314
box(col="black")
315315
```
316316

317-
![](README_files/figure-markdown_github/unnamed-chunk-9-1.png)
317+
![](README_files/figure-markdown_github/unnamed-chunk-1-1.png)
318318

319319
Here, junction nodes are `e`, `h`, `d`, `k`, `l`, `i` and `m`. So `b`, `c`, `f` and `n` have been contracted in the first step of the function. By contracting `n`, an edge with cost of 2 has been created between `m` and `l` nodes.
320320
The second step of the function has removed this edge which is greater than the original one (i.e 1), and the whole process now need a second iteration to remove `m` and `l` that aren't intersection nodes anymore.

0 commit comments

Comments
 (0)