summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-29 06:40:27 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-29 06:40:27 +0000
commit42f89e550bb15d401c335ded7912a871b2b45af3 (patch)
treeccfe7440c45466deb823cae5f76b0a589c7b71d8 /src/theory
parentc94347913fa464b1ec6a3da2ab21e319c0c42e02 (diff)
build system fixes
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/theory_engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 93df4fe38..689ca4cdd 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -275,13 +275,13 @@ bool TheoryEngine::properConflict(TNode conflict) const {
bool TheoryEngine::properPropagation(TNode lit) const {
Assert(!lit.isNull());
-#warning fixme
+#warning implement TheoryEngine::properPropagation()
return true;
}
bool TheoryEngine::properExplanation(TNode node, TNode expl) const {
Assert(!node.isNull() && !expl.isNull());
-#warning fixme
+#warning implement TheoryEngine::properExplanation()
return true;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback