mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 10:10:21 +00:00
parent
41ab578593
commit
23a474655b
3 changed files with 18 additions and 16 deletions
|
@ -57,7 +57,7 @@ class macro_finder_tactic : public tactic {
|
|||
deps.push_back(g->dep(idx));
|
||||
}
|
||||
|
||||
mf(forms.size(), forms.c_ptr(), proofs.c_ptr(), deps.c_ptr(), new_forms, new_proofs, new_deps);
|
||||
mf(forms, proofs, deps, new_forms, new_proofs, new_deps);
|
||||
|
||||
g->reset();
|
||||
for (unsigned i = 0; i < new_forms.size(); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue