This checkin resolves bug #57.
authorMorgan Deters <mdeters@gmail.com>
Mon, 15 Mar 2010 21:10:29 +0000 (21:10 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 15 Mar 2010 21:10:29 +0000 (21:10 +0000)
commit12ad4cf2de936acbf8c21117804c69b2deaa7272
tree39280aebed0a299b080512d1c26d1adad827fcc7
parentbb21cdc3a551fa46b5e77345bb5cbcb55cba2fa6
This checkin resolves bug #57.

* CVC4::theory::Interrupted no longer derives CVC4::Exception.

* Interrupted is only thrown if "safe" parameter is TRUE !

* UF returns one conflict (instead of waiting for Interrupted to be thrown).

* Minor build system work (quieter builds if V=0, better handling of build
  profiles in configure)
configure.ac
src/expr/Makefile.am
src/theory/Makefile.am
src/theory/theory_engine.h
src/theory/uf/theory_uf.cpp
src/util/exception.h
src/util/output.h