summaryrefslogtreecommitdiff
path: root/src/prop/theory_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/theory_proxy.h')
-rw-r--r--src/prop/theory_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prop/theory_proxy.h b/src/prop/theory_proxy.h
index acc242ab6..0e2b885d9 100644
--- a/src/prop/theory_proxy.h
+++ b/src/prop/theory_proxy.h
@@ -99,6 +99,9 @@ public:
SatValue getDecisionPolarity(SatVariable var);
+ /** Shorthand for Dump("state") << PopCommand() */
+ void dumpStatePop();
+
private:
/** The prop engine we are using. */
PropEngine* d_propEngine;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback