summaryrefslogtreecommitdiff
path: root/impl/test/1.eqns
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-07-10 12:57:37 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-07-10 12:57:37 +1000
commitd11acd6d52351b35c102e9c18e32d38a11975c5b (patch)
tree87bed31ad5c1c1de24552eabad012fc2ce4ecc48 /impl/test/1.eqns
parent9f3fff18f29d250745a758d13e4c4d39f59bee9c (diff)
Simple test stuff - examples from the paper
Diffstat (limited to 'impl/test/1.eqns')
-rw-r--r--impl/test/1.eqns3
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/test/1.eqns b/impl/test/1.eqns
new file mode 100644
index 0000000..0cdfd24
--- /dev/null
+++ b/impl/test/1.eqns
@@ -0,0 +1,3 @@
+x = max(0, min(-1 + x, y))
+y = max(0, 5 + x, x)
+z = max(0, 1 + z, 0 + x)