Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change location of g5k.xml
[simgrid.git] / testsuite / xbt / graph.xml
index 7ed7e71..a137935 100644 (file)
@@ -1,7 +1,26 @@
 <?xml version='1.0'?>
 <!DOCTYPE graph SYSTEM "graphxml.dtd">
 <graph>
-  <node name="A"/>
-  <node name="B"/>
-  <edge source="A" target="B"/>
+  <node name="A" label="A"/>
+  <node name="B" label="B"/>
+  <node name="C" label="C"/>
+  <node name="D" label="D"/>
+ <node name="E" label="E" />
+ <node name="F" label="F"/>
+ <node name="M" label="M" />
+ <node name="P" label="P"/>
+  <edge name="AB"  source="A" target="B" length="0.41" />
+ <edge name="BC" source="B" target="C" length="0.51" />
+ <edge  name="CD"  source="C" target="D" length="0.50" />
+ <edge name="ED" source="E" target="D" length="0.36" />
+ <edge  name="DF" source="D" target="F"  length="0.38"/>
+ <edge  name="ME" source="M" target="E"  length="0.38"/>
+ <!--edge  name="FE" source="F" target="E"  length="0.38"/-->
+ <!--edge  name="BP" source="B" target="P"  length="0.38"/-->
+ <!--edge  name="DA"  source="D" target="A" length="0.45" /-->
+ <!--edge  name="AF"  source="A" target="F" length="0.29" /-->
+ <!--edge  name="FE"  source="F" target="E" length="0.21" /-->
+ <!--edge  name="BE"  source="B" target="E" length="0.32" /-->
+ <!--edge  name="EC"  source="E" target="C" length="0.32" /-->
+ <!--edge  name="FB"  source="F" target="B" length="0.29" /-->
 </graph>