mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
add mbqi to smtfd. For Nuno, of course
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c22a17f430
commit
b1cdb3e451
2 changed files with 241 additions and 41 deletions
|
@ -156,7 +156,7 @@ namespace smt {
|
|||
TRACE("model_checker", tout << "q after applying interpretation:\n" << mk_ismt2_pp(tmp, m) << "\n";);
|
||||
ptr_buffer<expr> subst_args;
|
||||
unsigned num_decls = q->get_num_decls();
|
||||
subst_args.resize(num_decls, 0);
|
||||
subst_args.resize(num_decls, nullptr);
|
||||
sks.resize(num_decls, nullptr);
|
||||
for (unsigned i = 0; i < num_decls; i++) {
|
||||
sort * s = q->get_decl_sort(num_decls - i - 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue