* Models' SubstitutionMaps are now attached to the user context
authorMorgan Deters <mdeters@gmail.com>
Mon, 8 Oct 2012 22:51:08 +0000 (22:51 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 8 Oct 2012 22:51:08 +0000 (22:51 +0000)
commite256e63588a867b9ea82e03cfc684c2ea2ca1738
tree97583e7952f18934b2751574032b0a48ff8b866c
parentffda058e93ac699b1649a87f15418f645bb13312
* Models' SubstitutionMaps are now attached to the user context
  (rather than SAT context)
* Enable part of CVC3 system test (resolves bug 375)
* Fix infinite recursion in beta reduction code (resolves bug 417)
* Some model-building assertions have been added
* Other minor changes

(this commit was certified error- and warning-free by the test-and-commit script.)
contrib/cut-release
src/parser/cvc/Cvc.g
src/smt/options
src/theory/arith/kinds
src/theory/arith/type_enumerator.h
src/theory/model.cpp
src/theory/theory_engine.cpp
src/theory/uf/theory_uf_rewriter.h
src/util/hash.h
test/system/cvc3_main.cpp