Tag: smt

如何在Z3中使用.net API使用elim-quantifiers?

我找不到.net api for (elim-quantifiers (exists ((x Int)) (and (< t1 x) (< x t2))))它是一个战术吗? 有人可以帮我使用Z3的.net API来实现以下脚本吗? (declare-const t1 Int) (declare-const t2 Int) (elim-quantifiers (exists ((x Int)) (and (< t1 x) (< x t2))))