Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixup the is_first semantic (does not change anything, but you're first the first...
[simgrid.git] / testsuite / xbt / graph.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="2"><graph>
4   <node id="A" label="A"/>
5   <node id="B" label="B"/>
6   <node id="C" label="C"/>
7   <node id="D" label="D"/>
8  <node id="E" label="E" />
9  <node id="F" label="F"/>
10  <node id="M" label="M" />
11  <node id="P" label="P"/>
12   <edge id="AB"  source="A" target="B" length="0.41" />
13  <edge id="BC" source="B" target="C" length="0.51" />
14  <edge  id="CD"  source="C" target="D" length="0.50" />
15  <edge id="ED" source="E" target="D" length="0.36" />
16  <edge  id="DF" source="D" target="F"  length="0.38"/>
17  <edge  id="ME" source="M" target="E"  length="0.38"/>
18  <!--edge  id="FE" source="F" target="E"  length="0.38"/-->
19  <!--edge  id="BP" source="B" target="P"  length="0.38"/-->
20  <!--edge  id="DA"  source="D" target="A" length="0.45" /-->
21  <!--edge  id="AF"  source="A" target="F" length="0.29" /-->
22  <!--edge  id="FE"  source="F" target="E" length="0.21" /-->
23  <!--edge  id="BE"  source="B" target="E" length="0.32" /-->
24  <!--edge  id="EC"  source="E" target="C" length="0.32" /-->
25  <!--edge  id="FB"  source="F" target="B" length="0.29" /-->
26 </graph>