Z3中的神秘"unabled nested data-type expression"
Mysterious "unabled nested data-type expression" in Z3
我将 assert
更改为 assert-soft
,现在出现错误 "unabled nested data-type expression"。这是什么意思?
这是代码中的错字。优化模式认为它可以将您的数据类型表达式转换为枚举类型,但遇到它不知道如何处理的表达式。需要修复代码以检查此情况。
一个小的复制品会很有用。我可以修复异常消息中的拼写错误,但它不会解决错误。如果您可以在 https://github.com/z3prover 上通过 repro 提交问题,我们将不胜感激。
我将 assert
更改为 assert-soft
,现在出现错误 "unabled nested data-type expression"。这是什么意思?
这是代码中的错字。优化模式认为它可以将您的数据类型表达式转换为枚举类型,但遇到它不知道如何处理的表达式。需要修复代码以检查此情况。 一个小的复制品会很有用。我可以修复异常消息中的拼写错误,但它不会解决错误。如果您可以在 https://github.com/z3prover 上通过 repro 提交问题,我们将不胜感激。