summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index f22fc3789..8c18055a7 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -269,6 +269,9 @@ public:
/** Get the associated <code>ExprManager</code>. */
ExprManager* getExprManager() const;
+ /** Get the associated solver. */
+ api::Solver* getSolver() const;
+
/** Get the associated input. */
inline Input* getInput() const {
return d_input;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback