mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
working on mbi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6468726f5
commit
688cf79619
6 changed files with 184 additions and 44 deletions
|
@ -1536,6 +1536,8 @@ namespace smt {
|
|||
|
||||
void internalize_assertion(expr * n, proof * pr, unsigned generation);
|
||||
|
||||
void internalize_proxies(expr_ref_vector const& asms, vector<std::pair<expr*,expr_ref>>& asm2proxy);
|
||||
|
||||
void internalize_instance(expr * body, proof * pr, unsigned generation) {
|
||||
internalize_assertion(body, pr, generation);
|
||||
if (relevancy())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue