diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-18 17:53:11 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-18 17:53:11 +0200 |
commit | 5a4165f55002876033c718303f86e9e1b7417745 (patch) | |
tree | aa17967d9b952b3df9a6b6fce215997ea2c9f7e5 /tests/result | |
parent | 96753a375e814be6bde6c41cfdfa4b4cc06bd28e (diff) | |
download | scade-analyzer-5a4165f55002876033c718303f86e9e1b7417745.tar.gz scade-analyzer-5a4165f55002876033c718303f86e9e1b7417745.zip |
Nice view of guarantees ; add half test, proved.
Diffstat (limited to 'tests/result')
-rw-r--r-- | tests/result/half.out | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/result/half.out b/tests/result/half.out new file mode 100644 index 0000000..c2085c5 --- /dev/null +++ b/tests/result/half.out @@ -0,0 +1,21 @@ +0. 1 0 1 +1. 1 1 0 +2. 2 1 1 +3. 2 2 0 +4. 3 2 1 +5. 3 3 0 +6. 4 3 1 +7. 4 4 0 +8. 5 4 1 +9. 5 5 0 +10. 6 5 1 +11. 6 6 0 +12. 7 6 1 +13. 7 7 0 +14. 8 7 1 +15. 8 8 0 +16. 9 8 1 +17. 9 9 0 +18. 10 9 1 +19. 10 10 0 +20. 11 10 1 |