started work on the inequality bv subtheory
authorlianah <lianahady@gmail.com>
Sat, 16 Mar 2013 19:48:51 +0000 (15:48 -0400)
committerlianah <lianahady@gmail.com>
Sat, 16 Mar 2013 19:48:51 +0000 (15:48 -0400)
commit25ac2c8f4b45e2b299895e97a30790fbf46cf79f
treed7b52003d7157073be554bd9818230f1c3b439d3
parent3fcdb18fe92e5213aa708285c0d7d5e55633492b
started work on the inequality bv subtheory
13 files changed:
src/theory/bv/bv_inequality_graph.h [new file with mode: 0644]
src/theory/bv/bv_subtheory.h
src/theory/bv/bv_subtheory_core.cpp
src/theory/bv/bv_subtheory_core.h
src/theory/bv/bv_subtheory_eq.cpp [deleted file]
src/theory/bv/bv_subtheory_eq.h [deleted file]
src/theory/bv/bv_subtheory_inequality.cpp [new file with mode: 0644]
src/theory/bv/bv_subtheory_inequality.h [new file with mode: 0644]
src/theory/bv/slicer.cpp
src/theory/bv/slicer.h
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
test/regress/regress0/bv/core/incremental.smt [new file with mode: 0644]