mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
add facility to add lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
af6ebbcd92
commit
ce592d7716
16 changed files with 111 additions and 21 deletions
|
@ -116,6 +116,10 @@ namespace smt {
|
|||
m_name2assertion.insert(a, t);
|
||||
}
|
||||
|
||||
virtual void assert_lemma(expr* t) {
|
||||
// no-op
|
||||
}
|
||||
|
||||
virtual void push_core() {
|
||||
m_context.push();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue