Refactored BVGauss preprocessing pass. (#1766)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 11 Apr 2018 01:52:54 +0000 (18:52 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Apr 2018 01:52:54 +0000 (18:52 -0700)
commit6b5b926f28b66c3812d77fd234e93b9eee03f71f
treed742dcc4ce4176e874ac4ca7b2541fc06b47630c
parente5d09628376cc101cbd3646dd64041170dacb402
Refactored BVGauss preprocessing pass. (#1766)
src/Makefile.am
src/preprocessing/passes/bv_gauss.cpp [new file with mode: 0644]
src/preprocessing/passes/bv_gauss.h [new file with mode: 0644]
src/smt/smt_engine.cpp
src/theory/bv/bvgauss.cpp [deleted file]
src/theory/bv/bvgauss.h [deleted file]
test/unit/Makefile.am
test/unit/preprocessing/pass_bv_gauss_white.h [new file with mode: 0644]
test/unit/theory/theory_bv_bvgauss_white.h [deleted file]