z3 produces unknown for assertions without quantifiers

前端 未结 2 1880
面向向阳花
面向向阳花 2021-01-15 01:56

I have some simple constraints involving multiplication of reals in z3 that are producing unknown. The problem seems to be that they are wrapped in a datatype,

2条回答
  •  天命终不由人
    2021-01-15 02:39

    Your examples are in non-linear arithmetic. Z3 4.0 is able to solve problems with only non-linear arithmetic assertions, but not along with uninterpreted functions and other theories. That explains why it produces unknown in the first example. This limitation is likely to be addressed in Z3's future versions.

提交回复
热议问题