From: pimjager Date: Thu, 16 Jun 2016 14:54:46 +0000 (+0200) Subject: Kut UPPAAL stik er in X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=9246e172503063182077123de3815100ed20de73;p=mc1516the.git Kut UPPAAL stik er in --- diff --git a/uppaal/3_v2.xml b/uppaal/3_v2.xml new file mode 100644 index 0000000..8f30c8a --- /dev/null +++ b/uppaal/3_v2.xml @@ -0,0 +1,110 @@ + + + + // Place global declarations here. + +clock r1, r2; +clock t; +clock time; + + // Place template instantiations here. +// List one or more processes to be composed into a system. +v = Vessel(); +system v; + + + + simulate 5 [<=50] { t } + + + + + +