Substitution in Z3 java

左心房为你撑大大i 提交于 2020-01-15 12:24:08

问题


Noticed that when call substitution in z3, it always simplifies the expression, but in our project, it is necessary to just substitute and keep the original structure. According to the following post, such feature will be fixed, wonder if it is already there? Or if there's any way to turn the simplification off?

substitution in Z3Py


回答1:


Yes, this problem has been fixed in the unstable branch (see here); this should now behave exactly as expected.



来源:https://stackoverflow.com/questions/22869338/substitution-in-z3-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!