mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
This commit is contained in:
parent
67ec86fc66
commit
d2f15d1b1a
|
@ -31,6 +31,8 @@ namespace bv {
|
|||
}
|
||||
|
||||
void ackerman::reset() {
|
||||
while (m_queue)
|
||||
remove(m_queue->prev());
|
||||
m_table.reset();
|
||||
m_queue = nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue