Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-22 | [STPBuilder] Generate SRrem expressions correctly | Martin Nowack | |
The '%' operater in C is not Gauss Modulo but remainder operations. Using a negative number as right operand can result in a negative number. Fix appropriate SRem building Note: MetaSMTlib implementation doesn't have that bug. |