diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-05-25 13:24:37 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-05-25 13:24:37 +1000 |
commit | 61f90f14af8796bbed074538882e76f1e1bf3333 (patch) | |
tree | 5d1dc744b47817a39b905418b1fc76bb828cea4a /impl/systems/min-test | |
parent | ee8547cf3c89c51ff10603814e6f745466bc4c79 (diff) |
Try to make some more modular Fixpoint algorithms.
Diffstat (limited to 'impl/systems/min-test')
-rw-r--r-- | impl/systems/min-test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/systems/min-test b/impl/systems/min-test new file mode 100644 index 0000000..a05a662 --- /dev/null +++ b/impl/systems/min-test @@ -0,0 +1,3 @@ +x1 = min(1, x1) +x2 = min(x2+1, x3) +x3 = 0 |