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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/prop/theory_proxy.h b/src/prop/theory_proxy.h
index 7a6f16ff0..e16728d0d 100644
--- a/src/prop/theory_proxy.h
+++ b/src/prop/theory_proxy.h
@@ -88,6 +88,8 @@ class TheoryProxy
SatValue getDecisionPolarity(SatVariable var);
+ CnfStream* getCnfStream();
+
private:
/** The prop engine we are using. */
PropEngine* d_propEngine;
@@ -109,8 +111,7 @@ class TheoryProxy
* all imported and exported lemmas.
*/
std::unordered_set<Node, NodeHashFunction> d_shared;
-
-}; /* class SatSolver */
+}; /* class TheoryProxy */
}/* CVC4::prop namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback