Implement changes from yesterday morning's meeting (10/21/2011):
authorMorgan Deters <mdeters@gmail.com>
Sun, 23 Oct 2011 00:45:57 +0000 (00:45 +0000)
committerMorgan Deters <mdeters@gmail.com>
Sun, 23 Oct 2011 00:45:57 +0000 (00:45 +0000)
commit18f710cbfb5ce1ea13c8e929445abc211c732a81
tree69e4517ad67d6afd82c4b48a886e828ed84070f1
parent9039185001b789eadd8b20149455fe778a80fb69
Implement changes from yesterday morning's meeting (10/21/2011):

* OutputChannel::lemma() now returns an unsigned int.  This facility isn't functional yet, but the signature is there.  For now, it always returns the current user level (which is "correct" from the interface point of view, but not what we want).
* Pseudobooleans disabled.  This should fix some quantifier benchmarks Andy's been working with on the quantifiers2 branch.
* --limit / --time-limit options renamed --rlimit and --tlimit.

There may be slowdown from disabling pseudobooleans.
src/theory/arith/arith_static_learner.cpp
src/theory/output_channel.h
src/theory/theory_engine.h
src/theory/theory_test_utils.h
src/util/options.cpp
test/unit/theory/theory_black.h
test/unit/theory/theory_engine_white.h