Eliminate negative constant coefficients in div/mod (#2929)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sun, 13 Oct 2019 23:22:28 +0000 (18:22 -0500)
committerAndres Noetzli <andres.noetzli@gmail.com>
Sun, 13 Oct 2019 23:22:28 +0000 (16:22 -0700)
commit1f09fa5f3de7c23ea4713984fce658d13e8e3e36
tree287539b7e6272689b246816ed6df2aa53ed6f5a4
parentef7e56f4217ece19b1caf743e5b1db0d3f549226
Eliminate negative constant coefficients in div/mod (#2929)

Fixes #1399.
src/theory/arith/arith_rewriter.cpp
test/regress/CMakeLists.txt
test/regress/regress0/arith/issue1399.smt2 [new file with mode: 0644]