* added propagation as lemmas to TheoryBV:
authorLiana Hadarean <lianahady@gmail.com>
Wed, 4 Apr 2012 02:02:06 +0000 (02:02 +0000)
committerLiana Hadarean <lianahady@gmail.com>
Wed, 4 Apr 2012 02:02:06 +0000 (02:02 +0000)
commit52d6dc20c61007a5c066590aa1fd0b95ed3c2527
tree040efec36cde7775b5c19eb43fcdd60cbeb61f9e
parent4fa8c7d1a0654e7780fd485c51463c06b34379b5
   * added propagation as lemmas to TheoryBV:
   * modified BVMinisat to work incrementally
   * added more bv regressions
40 files changed:
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/core/SolverTypes.h
src/prop/bvminisat/simp/SimpSolver.cc
src/prop/bvminisat/simp/SimpSolver.h
src/prop/cryptominisat/MTRand/Makefile.in
src/prop/cryptominisat/Makefile.in
src/prop/cryptominisat/Solver/Makefile.in
src/prop/cryptominisat/man/Makefile.in
src/prop/cryptominisat/mtl/Makefile.in
src/prop/minisat/core/Solver.cc
src/prop/sat_solver.h
src/prop/sat_solver_factory.cpp
src/prop/sat_solver_factory.h
src/theory/bv/bitblast_strategies.cpp
src/theory/bv/bv_sat.cpp
src/theory/bv/bv_sat.h
src/theory/bv/kinds
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_rewrite_rules.h
src/theory/bv/theory_bv_rewrite_rules_constant_evaluation.h
src/theory/bv/theory_bv_rewrite_rules_core.h
src/theory/bv/theory_bv_rewrite_rules_normalization.h
src/theory/bv/theory_bv_rewrite_rules_simplification.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_rewriter.h
src/theory/bv/theory_bv_utils.h
src/util/bitvector.h
test/regress/regress0/bv/fuzz01.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz02.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz03.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz04.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz05.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz06.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz07.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz08.smt [new file with mode: 0644]
test/regress/regress0/bv/fuzz09.smt [new file with mode: 0644]