为了处理 CVC4 中的递归函数定义,需要为递归函数启用有限模型查找模式

For handling recursive function definition in CVC4 need to enable finite model finding mode for recursive functions

我在 Andrew Reynolds 及其合著者的论文中找到了以下信息 "Model Finding for Recursive Functions in SMT"

"如果CVC4的递归函数的有限模型查找模式被启用(使用命令行选项 --fmf-fun)"

但我已经安装了当前版本的 CVC4,--fmf-fun 在 CVC4 中不可用?请您指导我。

选项 --fmf-fun 在最新的稳定版本 (1.4) 中不可用,但在最新的开发版本中可用。

您可以在http://cvc4.cs.nyu.edu/downloads/(页面右侧)下载最新的CVC4开发版