mirror of
https://github.com/Z3Prover/z3
synced 2025-07-30 07:53:15 +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
|
@ -628,7 +628,7 @@ namespace datalog {
|
|||
substs.push_back(s1);
|
||||
substs.push_back(s2);
|
||||
|
||||
scoped_coarse_proof _sc(m);
|
||||
scoped_proof _sc(m);
|
||||
proof_ref pr(m);
|
||||
proof_ref_vector premises(m);
|
||||
premises.push_back(m.mk_asserted(fml1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue