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