Refactor bv-abstraction preprocessing pass. (#1860)
authorMathias Preiner <mathias.preiner@gmail.com>
Tue, 8 May 2018 22:18:15 +0000 (15:18 -0700)
committerGitHub <noreply@github.com>
Tue, 8 May 2018 22:18:15 +0000 (15:18 -0700)
commit08ddea9c91fc5c481642c4911d4af562ac2a88e1
tree4c6f039f1a7d65d13526d7b1f3de59d32b8df2a9
parentcfaa03f3db71dc2805b695f98b073431d0430e43
Refactor bv-abstraction preprocessing pass. (#1860)
src/Makefile.am
src/preprocessing/passes/bv_abstraction.cpp [new file with mode: 0644]
src/preprocessing/passes/bv_abstraction.h [new file with mode: 0644]
src/preprocessing/preprocessing_pass_context.cpp
src/preprocessing/preprocessing_pass_context.h
src/smt/smt_engine.cpp
src/theory/theory_engine.cpp
src/theory/theory_engine.h
test/regress/Makefile.tests
test/regress/regress1/bv/test-bv-abstraction.smt2 [new file with mode: 0644]