mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
working on tab-context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
085ccf5eff
commit
b61c1b0ded
11 changed files with 597 additions and 176 deletions
|
@ -22,7 +22,7 @@ Revision History:
|
|||
#include "dl_util.h"
|
||||
|
||||
void equiv_proof_converter::insert(expr* fml1, expr* fml2) {
|
||||
datalog::scoped_fine_proof _sp(m);
|
||||
datalog::scoped_proof _sp(m);
|
||||
proof_ref p1(m), p2(m), p3(m);
|
||||
p1 = m.mk_asserted(fml1);
|
||||
p2 = m.mk_rewrite(fml1, fml2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue