3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 20:21:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-12-12 01:36:44 -08:00
parent fc3cbcbe02
commit 7afbf8165e
25 changed files with 230 additions and 332 deletions

View file

@ -114,10 +114,6 @@ namespace smt {
m_name2assertion.insert(a, t);
}
virtual void assert_lemma(expr* t) {
// no-op
}
virtual void push_core() {
m_context.push();
}