summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-09-01 07:24:02 -0700
committerGitHub <noreply@github.com>2021-09-01 14:24:02 +0000
commit24c4e9d5612fd7549a8ff7acaf76ce95acaca0d9 (patch)
tree764a5622965b9bed5509c384fa8bb871d8cb2039 /src/theory/theory_engine.cpp
parent7f4ceaabbfa36408bf5a0c63a9051417be9d4819 (diff)
rewriter: Make registerTheoryRewriter non-static. (#7101)
More work towards getting rid of SmtEngine::currentSmtEngine and closing #3468.
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 6bec3dc8f..db98b47fa 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1965,4 +1965,6 @@ void TheoryEngine::initializeProofChecker(ProofChecker* pc)
}
}
+theory::Rewriter* TheoryEngine::getRewriter() { return d_env.getRewriter(); }
+
} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback