How to get every clauses of a CNF formula in Z3

前端 未结 0 1450
醉梦人生
醉梦人生 2020-11-28 13:37

like in the code below, Is there any function in Z3 to get all the clauses of a formula(as a CNF)?

x = Boolean(\'x\')
y = Boolean(\'y\')

f = And(x, Or(x,y),A         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题