Z3 : Questions About Z3 int2bv?

前端 未结 1 345
醉酒成梦
醉酒成梦 2020-12-20 00:32

I\'m a little confused with the Z3 (smt2 format ) operation int2bv . I wrote a such smt2 expression :

(declare-const t1 Int)
(assert (= ((_          


        
相关标签:
1条回答
  • 2020-12-20 01:18

    The int2bv function is essentially handled as uninterpreted (as stated in the documentation), so the semantics are not precise. There have previously been a few questions about those conversion functions, they might be helpful here too:

    Z3: an exception with int2bv

    Check overflow with Z3

    bv-enable-int2bv-propagation option

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