bv-enable-int2bv-propagation option

后端 未结 1 586
长情又很酷
长情又很酷 2021-01-21 12:26

(set-option :bv-enable-int2bv-propagation true) works online. But, my local version complaints about it, saying:

(error \"line 1 column 43: u

相关标签:
1条回答
  • 2021-01-21 13:19

    I'm assuming you are using the unstable (working-in-progress) branch, or one of the nightly builds. The nightly builds are produced using the unstable branch. This branch contains modifications that will be available in the next release (Z3 v4.3.2). Rise4fun is running the official release (i.e., master branch). The next release (v4.3.2) will contain a new parameter setting infrastructure. The options are organized in different modules. Moreover, I only ported the most commonly used parameters to the new framework. I thought nobody was using the parameter :bv-enable-int2bv-propagation :)

    Anyway, I fixed this issue. I added the parameter smt.bv.enable-int2bv in the unstable branch. You can get the fix now by recompiling the unstable branch, or waiting the fix to be available in the nightly builds. The parameter smt.bv.enable-int2bv will also be in the next official release v4.3.2. Here are instruction on how to compile the unstable branch.

    0 讨论(0)
提交回复
热议问题