mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add priority queue to instantiation
This commit is contained in:
parent
22b0c3aa70
commit
46f754c43d
19 changed files with 1138 additions and 541 deletions
|
@ -91,7 +91,7 @@ namespace q {
|
|||
}
|
||||
|
||||
bool solver::unit_propagate() {
|
||||
return ctx.get_config().m_ematching && m_ematch.propagate();
|
||||
return ctx.get_config().m_ematching && m_ematch.propagate(false);
|
||||
}
|
||||
|
||||
euf::theory_var solver::mk_var(euf::enode* n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue