From 07e1a1668a27e90563f23bcf5abb5cb7fe30da86 Mon Sep 17 00:00:00 2001 From: "Christopher L. Conway" Date: Fri, 14 May 2010 22:50:17 +0000 Subject: Adding debugging code in PropEngine/CnfStream --- src/prop/prop_engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/prop/prop_engine.h') 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: /** -- cgit v1.2.3