mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 16:33:18 +00:00
fixes to mbqi in the new core based on #6575
This commit is contained in:
parent
d52e893528
commit
1b0c76e3f0
9 changed files with 27 additions and 21 deletions
|
@ -2335,7 +2335,7 @@ public:
|
|||
proof * mk_th_assumption_add(proof* pr, expr* e);
|
||||
proof * mk_th_lemma_add(proof* pr, expr* e);
|
||||
proof * mk_redundant_del(expr* e);
|
||||
proof * mk_clause_trail(unsigned n, proof* const* ps);
|
||||
proof * mk_clause_trail(unsigned n, expr* const* ps);
|
||||
|
||||
proof * mk_def_axiom(expr * ax);
|
||||
proof * mk_unit_resolution(unsigned num_proofs, proof * const * proofs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue