3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-04-22 23:04:54 -07:00
parent 67ec86fc66
commit d2f15d1b1a

View file

@ -31,6 +31,8 @@ namespace bv {
}
void ackerman::reset() {
while (m_queue)
remove(m_queue->prev());
m_table.reset();
m_queue = nullptr;
}