allows to test with 4 plcs
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 12 Sep 2011 10:42:23 +0000 (12:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 12 Sep 2011 10:42:23 +0000 (12:42 +0200)
system/config_quad.py [new file with mode: 0644]

diff --git a/system/config_quad.py b/system/config_quad.py
new file mode 100644 (file)
index 0000000..12d6fe2
--- /dev/null
@@ -0,0 +1,11 @@
+# Thierry Parmentelat <thierry.parmentelat@inria.fr>
+# Copyright (C) 2010 INRIA 
+#
+# re-use the default config with 3 myplc's and 
+# 3 SFA's for checking antiloop on some decent scale
+import config_default
+
+def config (plc_specs, options):
+    options.size=4
+    return config_default.config(plc_specs,options)
+