mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
z3str3: don't call propagate() in init_search_eh()
This commit is contained in:
parent
7b0327dbad
commit
89c9bb2e0e
1 changed files with 0 additions and 4 deletions
|
@ -7748,10 +7748,6 @@ namespace smt {
|
||||||
set_up_axioms(ex);
|
set_up_axioms(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
// this might be cheating but we need to make sure that certain maps are populated
|
|
||||||
// before the first call to new_eq_eh()
|
|
||||||
propagate();
|
|
||||||
|
|
||||||
TRACE("str", tout << "search started" << std::endl;);
|
TRACE("str", tout << "search started" << std::endl;);
|
||||||
search_started = true;
|
search_started = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue