3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-18 15:41:28 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-12 13:12:10 -08:00
parent 10dc8d7313
commit 0720998bac
2 changed files with 6 additions and 0 deletions

View file

@ -1494,6 +1494,7 @@ namespace arith {
case OP_IS_INT:
case OP_TO_INT:
case OP_TO_REAL:
case OP_NUM:
return false;
default:
return true;