Alias for Eval. @throws Z3Exception
(Expr<R> t, boolean completion)
| 224 | * @throws Z3Exception |
| 225 | **/ |
| 226 | public <R extends Sort> Expr<R> evaluate(Expr<R> t, boolean completion) |
| 227 | { |
| 228 | return eval(t, completion); |
| 229 | } |
| 230 | |
| 231 | /** |
| 232 | * The number of uninterpreted sorts that the model has an interpretation |
no test coverage detected