From: pimjager Date: Thu, 16 Jun 2016 12:52:58 +0000 (+0200) Subject: Working on 3, f-ing uppaal is giving absurd errors X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=861c69dba9b4bc8944c1eb09101351503ab2a9bb;p=mc1516the.git Working on 3, f-ing uppaal is giving absurd errors --- 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; + + + +