From 0cca9a599a66758cbb5a958b619de3315f26b528 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 5 Jul 2012 16:39:32 +1000 Subject: Intermediate (broken) commit - smarter strategy --- impl/systems/example.eqns | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'impl/systems') diff --git a/impl/systems/example.eqns b/impl/systems/example.eqns index 9ef3135..71ee74a 100644 --- a/impl/systems/example.eqns +++ b/impl/systems/example.eqns @@ -1,3 +1,3 @@ -x1 = max([0,0], min(x1-[1,1], x2)) -x2 = max([0,0], [5,5]+x1, x1) -x3 = max([0,0], [1,1]+x3, [0,0]+x1) +x1 = max(0, min(x1-1, x2)) +x2 = max(0, 5+x1, x1) +x3 = max(0, 1+x3, 0+x1) -- cgit v1.2.3