mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
propagate before push
This commit is contained in:
parent
51025a75b4
commit
d2397deb8d
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue