diff options
Diffstat (limited to 'impl/test')
-rw-r--r-- | impl/test/11.eqns | 2 | ||||
-rw-r--r-- | impl/test/11.soln | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/impl/test/11.eqns b/impl/test/11.eqns new file mode 100644 index 0000000..4edc114 --- /dev/null +++ b/impl/test/11.eqns @@ -0,0 +1,2 @@ +x = y +y = max(-100000, y+1) diff --git a/impl/test/11.soln b/impl/test/11.soln new file mode 100644 index 0000000..cdfcb1f --- /dev/null +++ b/impl/test/11.soln @@ -0,0 +1,2 @@ +x = inf +y = inf |