summaryrefslogtreecommitdiff
path: root/src/util/decision_engine.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 23:59:41 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 23:59:41 +0000
commitb21aad9f82edd1f0241579bf2f1f8cd870eb582b (patch)
tree68622fe26ba2609deb302118102e06921dba43d0 /src/util/decision_engine.h
parent7b3ae98cc2cd9b70e0e00ab07418e796a87e3f97 (diff)
minor interface changes to TheoryEngine/Theory after meeting and conversation with Tim
Diffstat (limited to 'src/util/decision_engine.h')
-rw-r--r--src/util/decision_engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/decision_engine.h b/src/util/decision_engine.h
index 801daa863..72943ee99 100644
--- a/src/util/decision_engine.h
+++ b/src/util/decision_engine.h
@@ -17,7 +17,7 @@
#define __CVC4__DECISION_ENGINE_H
#include "cvc4_config.h"
-#include "util/literal.h"
+#include "expr/node.h"
namespace CVC4 {
@@ -37,7 +37,7 @@ public:
/**
* Get the next decision.
*/
- virtual Literal nextDecision();// = 0
+ virtual Node nextDecision();// = 0
// TODO: design decision: decision engine should be notified of
// propagated lits, and also why(?) (so that it can make decisions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback