Returns a simplified version of the expression @return Expr @throws Z3Exception on error
()
| 39 | * @throws Z3Exception on error |
| 40 | **/ |
| 41 | public Expr<R> simplify() |
| 42 | { |
| 43 | return simplify(null); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Returns a simplified version of the expression |
no test coverage detected