summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-06-12 19:09:39 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-06-12 19:09:39 +0000
commitc58fa3ff70a1bb6b13ef9489159a899c4f49b004 (patch)
tree3c968ad91a35371fdd8bc77c47bc2094b017b284 /src/theory/theory_engine.cpp
parentc5cdb4202b65d59aafa4156664400338958a3aa1 (diff)
bufixes and the bugs
* array now only propagates thropugh the equality engine * assertions in the equality rewriting to ensure eq -> { eq, T, F }
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index a047b2b06..f29be08a6 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -951,7 +951,7 @@ void TheoryEngine::assertFact(TNode literal)
bool TheoryEngine::propagate(TNode literal, theory::TheoryId theory) {
- Debug("theory") << "TheoryEngine::propagate(" << literal << ", " << theory << ")" << std::endl;
+ Debug("theory::propagate") << "TheoryEngine::propagate(" << literal << ", " << theory << ")" << std::endl;
d_propEngine->checkTime();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback