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