mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
This commit is contained in:
parent
67ec86fc66
commit
d2f15d1b1a
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ namespace bv {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ackerman::reset() {
|
void ackerman::reset() {
|
||||||
|
while (m_queue)
|
||||||
|
remove(m_queue->prev());
|
||||||
m_table.reset();
|
m_table.reset();
|
||||||
m_queue = nullptr;
|
m_queue = nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue