summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-14 22:50:17 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-14 22:50:17 +0000
commit07e1a1668a27e90563f23bcf5abb5cb7fe30da86 (patch)
tree6af918e2d1c753b1254fbfb20677618a489ecd01 /src/prop/prop_engine.h
parent06b5f38e17a1275e966e50c2d74274ef4d4d4697 (diff)
Adding debugging code in PropEngine/CnfStream
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index 36f6cb0cb..4d25e9bc0 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -63,6 +63,8 @@ class PropEngine {
/** The CNF converter in use */
CnfStream* d_cnfStream;
+ void printSatisfyingAssignment();
+
public:
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback