add lab3 exercises

This commit is contained in:
Mariano Sciacco
2021-12-22 16:19:50 +01:00
parent b16ebd1d1d
commit 09fec19232
17 changed files with 803 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
region = evader.{
ClkW & (x == 2 & p == 10 & e == 20 | e == 5*x + 20 & 6*e >= 5*p + 70 & e + 10*p >= 120 & e <= 30 | e == 5*x + 30 & e + 10*p >= 120 & 30 <= e <= 40 & 6*e >= 5*p + 70),
Rescued & x == 2 & e == 40 & 8 <= p <= 34
};