mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
z3str3: don't call propagate() in init_search_eh()
This commit is contained in:
parent
7b0327dbad
commit
89c9bb2e0e
|
@ -7748,10 +7748,6 @@ namespace smt {
|
|||
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;);
|
||||
search_started = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue