Merging the unate-propagator branch into the trunk. This is a big update so expect...
authorTim King <taking@cs.nyu.edu>
Tue, 29 Jun 2010 20:53:47 +0000 (20:53 +0000)
committerTim King <taking@cs.nyu.edu>
Tue, 29 Jun 2010 20:53:47 +0000 (20:53 +0000)
commite792bb8628ea7010fa9c452bf1aa7ba1b60291a3
treeddc12f92092627b7aee2a63dca8dd66279b2970e
parente7e9c10006b5b243a73832ed97c5dec79df6c90a
Merging the unate-propagator branch into the trunk.  This is a big update so expect a little turbulence. This commit will not compile. There will be a second commit that fixes this in a moment. I am delaying a change to avoid svn whining about a conflict.
22 files changed:
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/minisat/core/Solver.C
src/prop/minisat/core/Solver.h
src/prop/minisat/simp/SimpSolver.C
src/prop/sat.cpp
src/prop/sat.h
src/theory/Makefile.am
src/theory/arith/Makefile.am
src/theory/arith/arith_propagator.cpp [new file with mode: 0644]
src/theory/arith/arith_propagator.h [new file with mode: 0644]
src/theory/arith/ordered_bounds_list.h [new file with mode: 0644]
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/theory.cpp
src/theory/theory.h
src/theory/theory_engine.h
src/theory/theory_test_utils.h [new file with mode: 0644]
src/theory/uf/theory_uf.cpp
test/unit/Makefile.am
test/unit/theory/theory_arith_white.h [new file with mode: 0644]
test/unit/theory/theory_uf_white.h