z3 conversion from int to float and vice versa for any expression

前端 未结 0 884
误落风尘
误落风尘 2020-12-18 01:38

Say for a python expression, e.g.

float(x + 1 * 2) * 2 == 2

how would I convert this to a z3 expression? Using the obvious ToReal(x + 1

相关标签:
回答
  • 消灭零回复
提交回复
热议问题