警告 Z3 3.2 中缺少 INI 参数?

发布于 2024-12-24 03:56:02 字数 757 浏览 1 评论 0原文

根据 INI 参数 列表,应该是一个布尔值 WARNING 标志,但在 Z3 3.2 (x64_mt) 中通过对

(set-option :WARNING false)

WARNING 和两种拼写产生 unsupported 来设置它警告

这些文档是否已过时,或者我在这里做错了什么?

[编辑]

根据Z3 2.17 的发行说明 该选项应该通过设置

(set-option WARNING <flag>)

,但尝试

(set-option WARNING false)

收益

(error "line 1 column 13: invalid command argument, keyword expected")

According to the list of INI parameters there should be a boolean WARNING flag, but setting it in Z3 3.2 (x64_mt) via

(set-option :WARNING false)

yields unsupported for both spellings WARNING and warning.

Are the docs outdated or I am doing something wrong here?

[EDIT]

According to the release notes of Z3 2.17 the option should be set via

(set-option WARNING <flag>)

but trying

(set-option WARNING false)

yields

(error "line 1 column 13: invalid command argument, keyword expected")

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

简单 2024-12-31 03:56:02

好吧,似乎文档已经过时了。我终于

(set-option :print-warning false)

这个答案中找到了它并且它有效。

Ok, seems as if the docs are outdated. I finally found

(set-option :print-warning false)

in this answer and it works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文