-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfw.xml
More file actions
59 lines (59 loc) · 2.75 KB
/
Copy pathfw.xml
File metadata and controls
59 lines (59 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<ShortestPath>
<graphml>
<graph edgedefault="directed" type="digraph">
<node id="n1" label="0" x="4.424" y="-10.602"/>
<node id="n2" label="1" x="4.424" y="-5.443"/>
<node id="n3" label="2" x="6.514" y="-2.506"/>
<node id="n4" label="3" x="8.446" y="-5.443"/>
<node id="n5" label="4" x="8.446" y="-10.602"/>
<edge source="n1" style="bend left" target="n2" weight="3.0">
<controlpoint x="2.331" y="-9.381"/>
<controlpoint x="2.183" y="-6.798"/>
</edge>
<edge source="n2" target="n1" weight="-2.0"/>
<edge source="n3" style="bend left" target="n2" weight="4.0"/>
<edge source="n2" target="n3" weight="4.0"/>
<edge source="n5" style="bend left" target="n1" weight="-6.0"/>
<edge source="n1" target="n5" weight="7.0">
<controlpoint x="6.422" y="-9.271"/>
</edge>
<edge source="n2" style="bend left" target="n4" weight="-3.0">
<controlpoint x="6.217" y="-4.7"/>
</edge>
<edge source="n4" target="n2" weight="3.0"/>
<edge source="n3" style="bend left" target="n4" weight="2.0">
<controlpoint x="8.47" y="-3.868"/>
</edge>
<edge source="n4" target="n3" weight="-1.0">
<controlpoint x="6.238" y="-4.124"/>
</edge>
<edge source="n5" style="bend left" target="n4" weight="5.0">
<controlpoint x="6.725" y="-7.418"/>
</edge>
<edge source="n4" target="n5" weight="12.0"/>
</graph>
</graphml>
<iterations>
<iteration>
<distances>0,3,\oo,\oo,7|-2,0,4,-3,5|\oo,4,0,2,\oo|\oo,3,-1,0,12|-6,-3,\oo,5,0</distances>
<intermediateVertex>~,0,~,~,0|0,~,0,0,1|~,0,~,0,~|~,0,0,~,0|0,1,~,0,~</intermediateVertex>
</iteration>
<iteration>
<distances>0,3,7,0,7|-2,0,4,-3,5|2,4,0,1,9|1,3,-1,0,8|-6,-3,1,-6,0</distances>
<intermediateVertex>~,0,2,2,0|0,~,0,0,1|2,0,~,2,2|2,0,0,~,2|0,1,2,2,~</intermediateVertex>
</iteration>
<iteration>
<distances>0,3,7,0,7|-2,0,4,-3,5|2,4,0,1,9|1,3,-1,0,8|-6,-3,1,-6,0</distances>
<intermediateVertex>~,0,2,2,0|0,~,0,0,1|2,0,~,2,2|2,0,0,~,2|0,1,2,2,~</intermediateVertex>
</iteration>
<iteration>
<distances>0,3,-1,0,7|-2,0,-4,-3,5|2,4,0,1,9|1,3,-1,0,8|-6,-3,-7,-6,0</distances>
<intermediateVertex>~,0,4,2,0|0,~,4,0,1|2,0,~,2,2|2,0,0,~,2|0,1,4,2,~</intermediateVertex>
</iteration>
<iteration>
<distances>0,3,-1,0,7|-2,0,-4,-3,5|2,4,0,1,9|1,3,-1,0,8|-6,-3,-7,-6,0</distances>
<intermediateVertex>~,0,4,2,0|0,~,4,0,1|2,0,~,2,2|2,0,0,~,2|0,1,4,2,~</intermediateVertex>
</iteration>
</iterations>
</ShortestPath>