mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c271a42a2e
commit
8a229bf684
7 changed files with 43 additions and 24 deletions
|
@ -2597,11 +2597,8 @@ public:
|
|||
}
|
||||
|
||||
void reset() {
|
||||
ast * const * it = m_to_unmark.c_ptr();
|
||||
ast * const * end = it + m_to_unmark.size();
|
||||
for (; it != end; ++it) {
|
||||
reset_mark(*it);
|
||||
}
|
||||
for (ast * a : m_to_unmark)
|
||||
reset_mark(a);
|
||||
m_to_unmark.reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue