vZ 求解器 returns 分段错误

vZ solver returns segmentation fault

看完论文"vZ - Maximal Satisfaction with Z3",我对vZ求解器很感兴趣。我从 https://github.com/Z3Prover/z3/tree/unstable. However, vZ returns "Segmentation fault" for several input SMT formulas, one example can be found here. 的提交 04266fc 处的 unsatable 分支编译了 vZ 求解器但是,这个示例公式可以由 Rise4Fun 在线求解。可能本地版本的vZ有问题。你能帮我告诉我vZ在Rise4Fun中的提交号吗?然后我可以在本地使用它。提前致谢!

我想我找到了问题的答案。我从 z3.codeplex.com 找到了一个可运行的 vZ 求解器。它在 "opt" 分支中。