From 861c69dba9b4bc8944c1eb09101351503ab2a9bb Mon Sep 17 00:00:00 2001 From: pimjager Date: Thu, 16 Jun 2016 14:52:58 +0200 Subject: [PATCH] Working on 3, f-ing uppaal is giving absurd errors --- uppaal/3.xml | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 uppaal/3.xml diff --git a/uppaal/3.xml b/uppaal/3.xml new file mode 100644 index 0000000..5861b32 --- /dev/null +++ b/uppaal/3.xml @@ -0,0 +1,121 @@ + + + + // Place global declarations here. +chan cool, inr[2], outr[2]; + + + + // Place template instantiations here. +// List one or more processes to be composed into a system. +r1 = Rod(0); +r2 = Rod(1); +system Tank, r1, r2; + + + + -- 2.20.1