mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 07:06:28 +00:00
Update goal2sat.cpp
This commit is contained in:
parent
f4cdcce434
commit
69dc7cab01
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ struct goal2sat::imp : public sat::sat_internalizer {
|
|||
}
|
||||
n -= m_num_scopes;
|
||||
m_num_scopes = 0;
|
||||
m_map.pop(n);
|
||||
m_map.pop(n);
|
||||
unsigned k = m_cache_lim[m_cache_lim.size() - n];
|
||||
for (unsigned i = m_cache_trail.size(); i-- > k; ) {
|
||||
app* t = m_cache_trail.get(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue