3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-09 08:45:47 +00:00

pop non-asserting lemmas

This commit is contained in:
Jakob Rath 2022-10-04 14:10:54 +02:00
parent 46c69766d1
commit ad5c4145c1
2 changed files with 15 additions and 0 deletions

View file

@ -19,6 +19,7 @@ namespace polysat {
enum class trail_instr_t {
qhead_i,
lemma_qhead_i,
add_lemma_i,
pwatch_i,
add_var_i,
inc_level_i,