Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Z3 可以生成 Craig 插值(至少对于命题逻辑?)。我在 Z3 的文档中没有找到它。
不,Z3 不支持 Craig 插值,但它会生成证明。可以从证明中提取插值。Ken Mcmillan 正在使用这种方法在 Z3 之上开发一个插值生成器。