3
0
Fork 0
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:
Murphy Berzish 2019-11-29 17:19:26 -05:00 committed by Nikolaj Bjorner
parent 7b0327dbad
commit 89c9bb2e0e

View file

@ -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;
}