Implemented array type enumerator, more fixes for models
authorClark Barrett <barrett@cs.nyu.edu>
Thu, 4 Oct 2012 17:45:56 +0000 (17:45 +0000)
committerClark Barrett <barrett@cs.nyu.edu>
Thu, 4 Oct 2012 17:45:56 +0000 (17:45 +0000)
commit930601b40c68d959e66abc71da6ff3296860952e
tree3172d5e8eb1177de6a4d57a8bed1dc4e0147d53b
parentedc69feaf7b41e0166f172d943b0d981f392474a
Implemented array type enumerator, more fixes for models
14 files changed:
src/expr/command.h
src/printer/printer.h
src/smt/smt_engine.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays_rewriter.h
src/theory/arrays/type_enumerator.h
src/theory/bv/theory_bv.cpp
src/theory/model.cpp
src/theory/model.h
src/util/Makefile.am
src/util/model.cpp [deleted file]
src/util/model.h [deleted file]
src/util/util_model.cpp [new file with mode: 0644]
src/util/util_model.h [new file with mode: 0644]