When using Z3 in incremental mode, does the solver discard all lemmas after performing a pop() operation?
In 2012, Leonardo de Moura affirmed that Z3 in fact discards lemmas after a pop() [1]. However my benchmarks using Z3 4.3.1 do not show statistically significant performance slowdown of a check-sat after a pop().