Indicates whether the term is of sort real. @throws Z3Exception on error @return a boolean
()
| 446 | * @return a boolean |
| 447 | **/ |
| 448 | public boolean isReal() |
| 449 | { |
| 450 | return Native.getSortKind(getContext().nCtx(), Native.getSort(getContext().nCtx(), getNativeObject())) == Z3_sort_kind.Z3_REAL_SORT.toInt(); |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * Indicates whether the term is an arithmetic numeral. |
no test coverage detected