(Context ctx, Expr<BoolSort> f, boolean useMBQI)
| 266 | } |
| 267 | |
| 268 | void disprove(Context ctx, Expr<BoolSort> f, boolean useMBQI) |
| 269 | throws TestFailedException |
| 270 | { |
| 271 | BoolExpr[] a = {}; |
| 272 | disprove(ctx, f, useMBQI, a); |
| 273 | } |
| 274 | |
| 275 | @SafeVarargs |
| 276 | final void disprove(Context ctx, Expr<BoolSort> f, boolean useMBQI, |
no test coverage detected