added support for division by zero for bit-vector division operators
authorLiana Hadarean <lianahady@gmail.com>
Tue, 13 Nov 2012 04:49:34 +0000 (04:49 +0000)
committerLiana Hadarean <lianahady@gmail.com>
Tue, 13 Nov 2012 04:49:34 +0000 (04:49 +0000)
commit2cf12a56cb9c5eb539d50a39b2764a292d6fd13f
tree3578ca6339a97e4b85c83d1a9f2219aea569aca7
parent89081ba6a8a62a117cbfef99aa7c8e4bf0bf1b39
added support for division by zero for bit-vector division operators
12 files changed:
src/smt/smt_engine.cpp
src/theory/bv/bitblast_strategies.cpp
src/theory/bv/bitblaster.cpp
src/theory/bv/bv_subtheory_eq.cpp
src/theory/bv/bv_subtheory_eq.h
src/theory/bv/kinds
src/theory/bv/theory_bv_rewrite_rules_constant_evaluation.h
src/theory/bv/theory_bv_rewrite_rules_simplification.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_rewriter.h
test/regress/regress0/unconstrained/Makefile.am
test/regress/regress0/unconstrained/bvdiv2.smt2