how I can to know how many values have a array in z3?

可紊 提交于 2020-02-25 04:19:45

问题


I am using Z3py but when I define a array

array = Array('array', IntSort(), IntSort())

I don't know how I can to know how many values have the array.


回答1:


Arrays in Z3 (and in SMT) are of unbounded size. See, for instance, Create an array with fixed size and initialize it



来源:https://stackoverflow.com/questions/59731478/how-i-can-to-know-how-many-values-have-a-array-in-z3

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