MCPcopy Create free account
hub / github.com/Z3Prover/z3 / prove

Method prove

examples/java/JavaGenericExample.java:236–240  ·  view source on GitHub ↗
(Context ctx, Expr<BoolSort> f, boolean useMBQI)

Source from the content-addressed store, hash-verified

234 }
235
236 void prove(Context ctx, Expr<BoolSort> f, boolean useMBQI) throws TestFailedException
237 {
238 BoolExpr[] assumptions = new BoolExpr[0];
239 prove(ctx, f, useMBQI, assumptions);
240 }
241
242 @SafeVarargs
243 final void prove(Context ctx, Expr<BoolSort> f, boolean useMBQI,

Callers 12

arrayExample2Method · 0.95
quantifierExample3Method · 0.95
quantifierExample4Method · 0.95
proveExample1Method · 0.95
proveExample2Method · 0.95
tupleExampleMethod · 0.95
parserExample3Method · 0.95
enumExampleTypedMethod · 0.95
enumExampleUntypedMethod · 0.95
listExampleMethod · 0.95
treeExampleMethod · 0.95
forestExampleMethod · 0.95

Calls 9

addMethod · 0.95
setParametersMethod · 0.95
addMethod · 0.95
checkMethod · 0.95
getReasonUnknownMethod · 0.95
getProofMethod · 0.95
mkSolverMethod · 0.80
mkParamsMethod · 0.80
mkNotMethod · 0.80

Tested by

no test coverage detected