【发布时间】:2012-08-31 09:08:59
【问题描述】:
我找不到(elim-quantifiers (exists ((x Int)) (and (< t1 x) (< x t2)))) 的 .net api,这是一种策略吗?有人可以帮我使用 Z3 的 .net API 来实现以下脚本吗?
(declare-const t1 Int)
(declare-const t2 Int)
(elim-quantifiers (exists ((x Int)) (and (< t1 x) (< x t2))))
【问题讨论】: