Merging in bvprop branch, with proper bit-vector propagation.
authorLiana Hadarean <lianahady@gmail.com>
Tue, 8 May 2012 21:54:55 +0000 (21:54 +0000)
committerLiana Hadarean <lianahady@gmail.com>
Tue, 8 May 2012 21:54:55 +0000 (21:54 +0000)
commit8a0c0562cb8d0e26ea019ff782b25c1997a49a0b
tree28239db9bcb26b03d893ad61dd1a7ea099391fbe
parent5082cb8349efbb287084293cd4bc6c3fa5a34f26
Merging in bvprop branch, with proper bit-vector propagation.
This should also fix bug 325.
33 files changed:
.project
.settings/net.certiv.antlrdt.core.prefs
src/prop/bvminisat/bvminisat.cpp
src/prop/bvminisat/bvminisat.h
src/prop/bvminisat/core/Solver.cc
src/prop/bvminisat/core/Solver.h
src/prop/bvminisat/simp/SimpSolver.cc
src/prop/bvminisat/simp/SimpSolver.h
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/sat_solver.h
src/theory/bv/bv_sat.cpp
src/theory/bv/bv_sat.h
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_utils.h
src/theory/term_registration_visitor.cpp
src/theory/theory.cpp
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/uf/equality_engine.h
src/theory/valuation.cpp
src/util/node_visitor.h
src/util/options.cpp
src/util/options.h
test/regress/regress0/aufbv/fuzz00.smt [new file with mode: 0644]
test/regress/regress0/bv/Makefile.am
test/regress/regress0/bv/fuzz10.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz11.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz12.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz13.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz14.smt [new file with mode: 0644]
test/unit/theory/theory_bv_white.h