3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00

propagate before push

This commit is contained in:
Jakob Rath 2023-03-23 09:35:10 +01:00
parent 51025a75b4
commit d2397deb8d

View file

@ -1426,6 +1426,7 @@ namespace polysat {
void solver::push() {
LOG_H3("Push user scope");
propagate();
push_level();
m_base_levels.push_back(m_level);
m_base_index.push_back(m_search.size());