diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-09 18:02:38 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-09 18:02:38 +1000 |
commit | 0adfb1ac4e3175aabca462f7113adf94e6687b7a (patch) | |
tree | 35b063b13937611484c5a8eac29b23cccf883dd4 /impl | |
parent | b4630d5ba7cc93bd1a3bc9e4dcf6f5ef612b3d3e (diff) |
New example system.
Diffstat (limited to 'impl')
-rw-r--r-- | impl/systems/example3.eqns | 2 |
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 |