summaryrefslogtreecommitdiff
path: root/impl/test/5.eqns
diff options
context:
space:
mode:
Diffstat (limited to 'impl/test/5.eqns')
-rw-r--r--impl/test/5.eqns2
1 files changed, 2 insertions, 0 deletions
diff --git a/impl/test/5.eqns b/impl/test/5.eqns
new file mode 100644
index 0000000..af544cc
--- /dev/null
+++ b/impl/test/5.eqns
@@ -0,0 +1,2 @@
+x = max(0, x + y - 4)
+y = max(-10, min(max(x + 1, 2 * y), 5))