summaryrefslogtreecommitdiff
path: root/src/smt/smt_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_solver.h')
-rw-r--r--src/smt/smt_solver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smt/smt_solver.h b/src/smt/smt_solver.h
index 037c9fb9c..e3cbea152 100644
--- a/src/smt/smt_solver.h
+++ b/src/smt/smt_solver.h
@@ -119,6 +119,8 @@ class SmtSolver
TheoryEngine* getTheoryEngine();
/** Get a pointer to the PropEngine owned by this solver. */
prop::PropEngine* getPropEngine();
+ /** Get a pointer to the preprocessor */
+ Preprocessor* getPreprocessor();
//------------------------------------------ end access methods
private:
/** Reference to the parent SMT engine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback