Interruption, time-out, and deterministic time-out ("resource-out") features.
authorMorgan Deters <mdeters@gmail.com>
Thu, 13 Oct 2011 04:14:38 +0000 (04:14 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 13 Oct 2011 04:14:38 +0000 (04:14 +0000)
commit3cbb76ef86a769cfe3dac5976a14e1bc43c42ca6
treee08efdc63abd663de4f5750db9326b69c79829e5
parent3a7aafccadbfa1543c435b7dfe4f53116224a11f
Interruption, time-out, and deterministic time-out ("resource-out") features.
Details here: http://goedel.cims.nyu.edu/wiki/Meeting_Minutes_-_October_14,_2011#Resource.2Ftime_limiting_API
This will need more work, but it's a start.

Also implemented TheoryEngine::properPropagation().

Other minor things.
17 files changed:
src/expr/node_manager.h
src/prop/Makefile.am
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/sat.cpp
src/prop/sat.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/bv/theory_bv_rewrite_rules_core.h
src/theory/output_channel.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/util/options.cpp
src/util/options.h
src/util/result.cpp
src/util/result.h
test/unit/prop/cnf_stream_black.h