mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
enable propagation
This commit is contained in:
parent
9f9543ef69
commit
90fd3d82fc
7 changed files with 41 additions and 22 deletions
|
@ -3095,7 +3095,7 @@ namespace q {
|
|||
void add_candidate(code_tree * t, enode * app) {
|
||||
if (!t)
|
||||
return;
|
||||
TRACE("q", tout << "candidate " << t << " " << ctx.bpp(app) << "\n";);
|
||||
TRACE("q", tout << "candidate " << ctx.bpp(app) << "\n";);
|
||||
if (!t->has_candidates()) {
|
||||
ctx.push(push_back_trail<code_tree*, false>(m_to_match));
|
||||
m_to_match.push_back(t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue