Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new examples for verification of liveness properties
[simgrid.git] / examples / msg / mc / deploy_bugged2_liveness.xml
diff --git a/examples/msg/mc/deploy_bugged2_liveness.xml b/examples/msg/mc/deploy_bugged2_liveness.xml
new file mode 100644 (file)
index 0000000..f49fb10
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version='1.0'?>
+
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+
+<platform version="3">
+
+  <process host="Tremblay" function="coordinator" />
+
+  <process host="Fafard" function="consumer" >
+    <argument value="1"/>
+  </process>
+
+  <process host="Boivin" function="producer" >
+    <argument value="2"/>
+  </process>
+
+
+</platform>