From 9246e172503063182077123de3815100ed20de73 Mon Sep 17 00:00:00 2001 From: pimjager Date: Thu, 16 Jun 2016 16:54:46 +0200 Subject: [PATCH] Kut UPPAAL stik er in --- uppaal/3_v2.xml | 110 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 uppaal/3_v2.xml 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 } + + + + + + -- 2.20.1