mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix build, move seq_skolem
This commit is contained in:
parent
083d09aa81
commit
45af1bd243
9 changed files with 12 additions and 12 deletions
|
@ -149,7 +149,7 @@ namespace recfun {
|
|||
m_guard2pending.insert(guard, alloc(expr_ref_vector, guards));
|
||||
}
|
||||
TRACEFN("add clause\n" << core);
|
||||
push_core(core);
|
||||
push_c(core);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -228,7 +228,7 @@ namespace recfun {
|
|||
return true;
|
||||
}
|
||||
|
||||
void solver::push(propagation_item* p) {
|
||||
void solver::push_prop(propagation_item* p) {
|
||||
m_propagation_queue.push_back(p);
|
||||
ctx.push(push_back_vector<scoped_ptr_vector<propagation_item>>(m_propagation_queue));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue