Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-13 | Fixed and refactored overflow test cases. | Cristian Cadar | |
2015-02-13 | refactor integer overflow detection, add signed int | Luca Dariz | |
Instead of checking for every possible casse which result in overflow, it is much simpler to perform the operation using integers with bigger dimension and check if the result overflow |