summaryrefslogtreecommitdiff
path: root/impl/systems/example.eqns
diff options
context:
space:
mode:
Diffstat (limited to 'impl/systems/example.eqns')
-rw-r--r--impl/systems/example.eqns3
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/systems/example.eqns b/impl/systems/example.eqns
new file mode 100644
index 0000000..71ee74a
--- /dev/null
+++ b/impl/systems/example.eqns
@@ -0,0 +1,3 @@
+x1 = max(0, min(x1-1, x2))
+x2 = max(0, 5+x1, x1)
+x3 = max(0, 1+x3, 0+x1)