summaryrefslogtreecommitdiff
path: root/impl/systems/size-ten
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@carlo-laptop>2012-05-28 13:00:50 +1000
committerCarlo Zancanaro <carlo@carlo-laptop>2012-05-28 13:00:50 +1000
commitea05c9c5fa30b8822f618e861d12a09df1f8f017 (patch)
treecb8717d9773ef77978dc8e1d9093560e3cf26532 /impl/systems/size-ten
parentee8547cf3c89c51ff10603814e6f745466bc4c79 (diff)
Fix memory error and x = max(-inf, expr) stuff.
Diffstat (limited to 'impl/systems/size-ten')
-rw-r--r--impl/systems/size-ten3
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/systems/size-ten b/impl/systems/size-ten
new file mode 100644
index 0000000..71ee74a
--- /dev/null
+++ b/impl/systems/size-ten
@@ -0,0 +1,3 @@
+x1 = max(0, min(x1-1, x2))
+x2 = max(0, 5+x1, x1)
+x3 = max(0, 1+x3, 0+x1)