mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +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
|
@ -93,6 +93,10 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
virtual void assert_lemma(expr * t) {
|
||||
m_solver->assert_lemma(t);
|
||||
}
|
||||
|
||||
virtual void push_core() {
|
||||
flush_assertions();
|
||||
m_solver->push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue