(Context ctx, BoolExpr f, boolean useMBQI)
| 248 | } |
| 249 | |
| 250 | void prove(Context ctx, BoolExpr f, boolean useMBQI) throws TestFailedException |
| 251 | { |
| 252 | BoolExpr[] assumptions = new BoolExpr[0]; |
| 253 | prove(ctx, f, useMBQI, assumptions); |
| 254 | } |
| 255 | |
| 256 | void prove(Context ctx, BoolExpr f, boolean useMBQI, |
| 257 | BoolExpr... assumptions) throws TestFailedException |
no test coverage detected