From 4ab4904ff6f4de986c0306008dc5e9f12322aec5 Mon Sep 17 00:00:00 2001 From: pimjager Date: Tue, 14 Jun 2016 12:16:50 +0200 Subject: [PATCH] mend --- uppaal/2.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 52 insertions(+), 8 deletions(-) diff --git a/uppaal/2.xml b/uppaal/2.xml index 153e6b9..862ab1e 100644 --- a/uppaal/2.xml +++ b/uppaal/2.xml @@ -9,20 +9,20 @@ const int N = 13; typedef int[0,N-1] id_c; -broadcast chan up[N], down[N], left[N], right[N], start; +broadcast chan up[N], down[N], left[N], right[N], start, leftRed, rightRed; chan reg; bool grid[6][6]; + // Place template instantiations here. // Intermediate puzzle -- 2.20.1